Tabnine Logo
ImmutableList.copyIntoArray
Code IndexAdd Tabnine to your IDE (free)

How to use
copyIntoArray
method
in
com.google.common.collect.ImmutableList

Best Java code snippets using com.google.common.collect.ImmutableList.copyIntoArray (Showing top 20 results out of 315)

origin: google/guava

@Override
int copyIntoArray(Object[] dst, int offset) {
 return elements.copyIntoArray(dst, offset);
}
origin: google/j2objc

@Override
int copyIntoArray(Object[] dst, int offset) {
 return elements.copyIntoArray(dst, offset);
}
origin: wildfly/wildfly

@Override
int copyIntoArray(Object[] dst, int offset) {
 return elements.copyIntoArray(dst, offset);
}
origin: google/guava

@GwtIncompatible // not present in emulated superclass
@Override
int copyIntoArray(Object[] dst, int offset) {
 return delegateList.copyIntoArray(dst, offset);
}
origin: google/guava

@Override
@GwtIncompatible("not used in GWT")
int copyIntoArray(Object[] dst, int offset) {
 return entries.copyIntoArray(dst, offset);
}
origin: google/guava

@Override
int copyIntoArray(Object[] dst, int offset) {
 return asList().copyIntoArray(dst, offset);
}
origin: google/j2objc

@Override
@GwtIncompatible("not used in GWT")
int copyIntoArray(Object[] dst, int offset) {
 return entries.copyIntoArray(dst, offset);
}
origin: google/j2objc

@GwtIncompatible // not present in emulated superclass
@Override
int copyIntoArray(Object[] dst, int offset) {
 return delegateList.copyIntoArray(dst, offset);
}
origin: google/guava

@Override
@GwtIncompatible
int copyIntoArray(Object[] dst, int offset) {
 return asList().copyIntoArray(dst, offset);
}
origin: wildfly/wildfly

@GwtIncompatible // not present in emulated superclass
@Override
int copyIntoArray(Object[] dst, int offset) {
 return delegateList.copyIntoArray(dst, offset);
}
origin: wildfly/wildfly

@Override
@GwtIncompatible("not used in GWT")
int copyIntoArray(Object[] dst, int offset) {
 return entries.copyIntoArray(dst, offset);
}
origin: wildfly/wildfly

@Override
int copyIntoArray(Object[] dst, int offset) {
 return asList().copyIntoArray(dst, offset);
}
origin: google/j2objc

@Override
@GwtIncompatible
int copyIntoArray(Object[] dst, int offset) {
 return asList().copyIntoArray(dst, offset);
}
origin: wildfly/wildfly

@Override
@GwtIncompatible
int copyIntoArray(Object[] dst, int offset) {
 return asList().copyIntoArray(dst, offset);
}
origin: com.google.collections/google-collections

/**
 * Identical to {@link #of(Object[])}.
 *
 * @throws NullPointerException if any element is null
 */
public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) {
 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3, e4));
}
origin: com.google.collections/google-collections

/**
 * Identical to {@link #of(Object[])}.
 *
 * @throws NullPointerException if any element is null
 */
public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) {
 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3, e4, e5, e6));
}
origin: com.google.collections/google-collections

/**
 * Identical to {@link #of(Object[])}.
 *
 * @throws NullPointerException if any element is null
 */
public static <E> ImmutableList<E> of(
  E e1, E e2, E e3, E e4, E e5, E e6, E e7) {
 return new RegularImmutableList<E>(
   copyIntoArray(e1, e2, e3, e4, e5, e6, e7));
}
origin: com.google.collections/google-collections

/**
 * Identical to {@link #of(Object[])}.
 *
 * @throws NullPointerException if any element is null
 */
public static <E> ImmutableList<E> of(
  E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) {
 return new RegularImmutableList<E>(
   copyIntoArray(e1, e2, e3, e4, e5, e6, e7, e8, e9));
}
origin: com.google.collections/google-collections

/**
 * Identical to {@link #of(Object[])}.
 *
 * @throws NullPointerException if any element is null
 */
public static <E> ImmutableList<E> of(E e1, E e2, E e3) {
 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3));
}
origin: com.google.collections/google-collections

/**
 * Identical to {@link #of(Object[])}.
 *
 * @throws NullPointerException if any element is null
 */
public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) {
 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3, e4, e5));
}
com.google.common.collectImmutableListcopyIntoArray

Popular methods of ImmutableList

  • of
    Returns an immutable list containing the given elements, in order.
  • copyOf
  • builder
    Returns a new builder. The generated builder is equivalent to the builder created by the Builder con
  • size
  • get
  • isEmpty
  • stream
  • iterator
  • equals
  • contains
  • toImmutableList
    Returns a Collector that accumulates the input elements into a new ImmutableList, in encounter order
  • toArray
  • toImmutableList,
  • toArray,
  • hashCode,
  • forEach,
  • subList,
  • reverse,
  • indexOf,
  • toString,
  • listIterator,
  • lastIndexOf

Popular in Java

  • Finding current android device location
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • onRequestPermissionsResult (Fragment)
  • setScale (BigDecimal)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Path (java.nio.file)
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Collectors (java.util.stream)
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now