Searched refs:NUMBER_NAMES (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java819 String[] strings = NUMBER_NAMES.toArray(new String[0]);
829 String[] strings = NUMBER_NAMES.toArray(new String[0]);
838 String[] strings = NUMBER_NAMES.toArray(new String[0]);
848 String[] strings = NUMBER_NAMES.toArray(new String[0]);
858 String[] strings = NUMBER_NAMES.toArray(new String[0]);
870 String[] strings = NUMBER_NAMES.toArray(new String[0]);
882 String[] strings = NUMBER_NAMES.toArray(new String[0]);
894 String[] strings = NUMBER_NAMES.toArray(new String[0]);
909 private static final ImmutableList<String> NUMBER_NAMES = field in class:ImmutableSortedSetTest
913 Ordering.natural().immutableSortedCopy(NUMBER_NAMES);
[all...]

Completed in 51 milliseconds