Home
last modified time | relevance | path

Searched refs:copyIntoArray (Results 1 – 13 of 13) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DRegularImmutableAsList.java60 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableAsList
61 return delegateList.copyIntoArray(dst, offset); in copyIntoArray()
DImmutableCollection.java65 copyIntoArray(result, 0); in toArray()
78 copyIntoArray(other, 0); in toArray()
198 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in ImmutableCollection
DRegularImmutableSortedSet.java145 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableSortedSet
146 return elements.copyIntoArray(dst, offset); in copyIntoArray()
DEmptyImmutableSet.java63 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in EmptyImmutableSet
DRegularImmutableSet.java72 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in RegularImmutableSet
DEmptyImmutableSortedMultiset.java106 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in EmptyImmutableSortedMultiset
DSingletonImmutableSet.java78 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in SingletonImmutableSet
DRegularImmutableList.java56 int copyIntoArray(Object[] dst, int dstOff) { in copyIntoArray() method in RegularImmutableList
DEmptyImmutableSortedSet.java76 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in EmptyImmutableSortedSet
DSingletonImmutableList.java114 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method in SingletonImmutableList
DImmutableMultimap.java659 int copyIntoArray(Object[] dst, int offset) {
661 offset = valueCollection.copyIntoArray(dst, offset);
DImmutableMultiset.java322 int copyIntoArray(Object[] dst, int offset) { in copyIntoArray() method
DImmutableList.java492 int copyIntoArray(Object[] dst, int offset) {