Home
last modified time | relevance | path

Searched defs:fromKey (Results 1 – 22 of 22) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DForwardingSortedMap.java90 public SortedMap<K, V> subMap(@ParametricNullness K fromKey, @ParametricNullness K toKey) { in subMap()
95 public SortedMap<K, V> tailMap(@ParametricNullness K fromKey) { in tailMap()
154 protected SortedMap<K, V> standardSubMap(K fromKey, K toKey) { in standardSubMap()
155 checkArgument(unsafeCompare(comparator(), fromKey, toKey) <= 0, "fromKey must be <= toKey"); in standardSubMap() local
DForwardingNavigableMap.java399 protected SortedMap<K, V> standardSubMap( in standardSubMap()
405 public NavigableMap<K, V> subMap( in subMap()
419 public NavigableMap<K, V> tailMap(@ParametricNullness K fromKey, boolean inclusive) { in tailMap()
437 protected SortedMap<K, V> standardTailMap(@ParametricNullness K fromKey) { in standardTailMap()
DStandardRowSortedTable.java130 public SortedMap<R, Map<C, V>> subMap(R fromKey, R toKey) { in subMap()
138 public SortedMap<R, Map<C, V>> tailMap(R fromKey) { in tailMap()
DAbstractNavigableMap.java141 public SortedMap<K, V> subMap(@ParametricNullness K fromKey, @ParametricNullness K toKey) { in subMap()
151 public SortedMap<K, V> tailMap(@ParametricNullness K fromKey) { in tailMap()
DTreeBasedTable.java216 public SortedMap<C, V> subMap(C fromKey, C toKey) { in subMap()
228 public SortedMap<C, V> tailMap(C fromKey) { in tailMap()
DTreeRangeSet.java317 Cut<C> fromKey, boolean fromInclusive, Cut<C> toKey, boolean toInclusive) { in subMap()
330 public NavigableMap<Cut<C>, Range<C>> tailMap(Cut<C> fromKey, boolean inclusive) { in tailMap()
/external/guava/android/guava/src/com/google/common/collect/
DForwardingSortedMap.java90 public SortedMap<K, V> subMap(@ParametricNullness K fromKey, @ParametricNullness K toKey) { in subMap()
95 public SortedMap<K, V> tailMap(@ParametricNullness K fromKey) { in tailMap()
154 protected SortedMap<K, V> standardSubMap(K fromKey, K toKey) { in standardSubMap()
155 checkArgument(unsafeCompare(comparator(), fromKey, toKey) <= 0, "fromKey must be <= toKey"); in standardSubMap() local
DForwardingNavigableMap.java393 protected SortedMap<K, V> standardSubMap( in standardSubMap()
399 public NavigableMap<K, V> subMap( in subMap()
413 public NavigableMap<K, V> tailMap(@ParametricNullness K fromKey, boolean inclusive) { in tailMap()
431 protected SortedMap<K, V> standardTailMap(@ParametricNullness K fromKey) { in standardTailMap()
DStandardRowSortedTable.java130 public SortedMap<R, Map<C, V>> subMap(R fromKey, R toKey) { in subMap()
138 public SortedMap<R, Map<C, V>> tailMap(R fromKey) { in tailMap()
DAbstractNavigableMap.java141 public SortedMap<K, V> subMap(@ParametricNullness K fromKey, @ParametricNullness K toKey) { in subMap()
151 public SortedMap<K, V> tailMap(@ParametricNullness K fromKey) { in tailMap()
DTreeBasedTable.java216 public SortedMap<C, V> subMap(C fromKey, C toKey) { in subMap()
228 public SortedMap<C, V> tailMap(C fromKey) { in tailMap()
DTreeRangeSet.java317 Cut<C> fromKey, boolean fromInclusive, Cut<C> toKey, boolean toInclusive) { in subMap()
330 public NavigableMap<Cut<C>, Range<C>> tailMap(Cut<C> fromKey, boolean inclusive) { in tailMap()
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableMapTest.java215 K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) { in subMap()
221 public SortedMap<K, V> subMap(K fromKey, K toKey) { in subMap()
226 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
232 public SortedMap<K, V> tailMap(K fromKey) { in tailMap()
DForwardingNavigableMapTest.java132 public SortedMap<K, V> subMap(K fromKey, K toKey) { in subMap()
227 public SortedMap<K, V> tailMap(K fromKey) { in tailMap()
DForwardingSortedMapTest.java124 public SortedMap<K, V> subMap(K fromKey, K toKey) { in subMap()
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedNavigableMapTest.java215 K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) { in subMap()
221 public SortedMap<K, V> subMap(K fromKey, K toKey) { in subMap()
226 public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
232 public SortedMap<K, V> tailMap(K fromKey) { in tailMap()
DForwardingNavigableMapTest.java132 public SortedMap<K, V> subMap(K fromKey, K toKey) { in subMap()
227 public SortedMap<K, V> tailMap(K fromKey) { in tailMap()
DForwardingSortedMapTest.java124 public SortedMap<K, V> subMap(K fromKey, K toKey) { in subMap()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/extension/
DAuthorityKeyIdentifierStructure.java106 private static ASN1Sequence fromKey( in fromKey() method in AuthorityKeyIdentifierStructure
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/extension/
DAuthorityKeyIdentifierStructure.java106 private static ASN1Sequence fromKey( in fromKey() method in AuthorityKeyIdentifierStructure
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
DAuthorityKeyIdentifierStructure.java104 private static ASN1Sequence fromKey( in fromKey() method in AuthorityKeyIdentifierStructure
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedMap.java454 public ImmutableSortedMap<K, V> subMap(K fromKey, K toKey) { in subMap()
461 ImmutableSortedMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) { in subMap()
468 public ImmutableSortedMap<K, V> tailMap(K fromKey) { in tailMap()
473 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()