Home
last modified time | relevance | path

Searched refs:EMPTY_ARRAY (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DEmptyImmutableSet.java58 private static final Object[] EMPTY_ARRAY = new Object[0]; field in EmptyImmutableSet
61 return EMPTY_ARRAY; in toArray()
DEmptyImmutableSortedSet.java61 private static final Object[] EMPTY_ARRAY = new Object[0]; field in EmptyImmutableSortedSet
64 return EMPTY_ARRAY; in toArray()
DEmptyImmutableList.java90 private static final Object[] EMPTY_ARRAY = new Object[0]; field in EmptyImmutableList
93 return EMPTY_ARRAY; in toArray()
DImmutableCollection.java192 private static final Object[] EMPTY_ARRAY = new Object[0]; field in ImmutableCollection.EmptyImmutableCollection
195 return EMPTY_ARRAY; in toArray()