Searched defs:copyOfSorted (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMultiset.java45 * correctly-sized array by calling {@link #copyOfSorted}.
185 * comparator, call {@link #copyOfSorted} instead. This method iterates over {@code elements} at
285 public static <E> ImmutableSortedMultiset<E> copyOfSorted(SortedMultiset<E> sortedMultiset) { method in class:ImmutableSortedMultiset
538 return copyOfSorted((SortedMultiset<E>) contents);
H A DImmutableSortedMap.java236 public static <K, V> ImmutableSortedMap<K, V> copyOfSorted( method in class:ImmutableSortedMap
H A DImmutableSortedSet.java54 * be copied into a correctly-sized array by calling {@link #copyOfSorted}.
226 * #copyOfSorted} instead. This method iterates over {@code elements} at most
261 * {@link #copyOfSorted} instead. This method iterates over {@code elements}
399 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { method in class:ImmutableSortedSet
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableSortedMap.java121 public static <K, V> ImmutableSortedMap<K, V> copyOfSorted( method in class:ImmutableSortedMap
H A DImmutableSortedSet.java171 public static <E> ImmutableSortedSet<E> copyOfSorted(SortedSet<E> sortedSet) { method in class:ImmutableSortedSet
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...

Completed in 611 milliseconds