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

/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedAsList.java74 @GwtIncompatible("super.subListUnchecked does not exist; inherited subList is valid if slow")
78 * sure there's any performance hit from our failure to override subListUnchecked under GWT
81 ImmutableList<E> subListUnchecked(int fromIndex, int toIndex) { method in class:ImmutableSortedAsList
83 super.subListUnchecked(fromIndex, toIndex), comparator())
H A DRegularImmutableList.java96 ImmutableList<E> subListUnchecked(int fromIndex, int toIndex) { method in class:RegularImmutableList
H A DImmutableList.java389 return subListUnchecked(fromIndex, toIndex);
398 ImmutableList<E> subListUnchecked(int fromIndex, int toIndex) { method in class:ImmutableList

Completed in 115 milliseconds