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

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredSortedEntrySet.java128 * greater than or equal to fromMapEntry.
134 * @param fromMapEntry is the lower bound.
141 public SortedSet tailSet(Object fromMapEntry) { argument
143 return subSet(fromMapEntry, true, null, false);
148 * strictly greater than fromMapEntry, optionally including fromMapEntry.
154 * @param fromMapEntry is the lower bound.
156 * @param fromInclusive is true to include fromMapEntry.
163 public SortedSet tailSet(Object fromMapEntry, boolean fromInclusive) { argument
165 return subSet(fromMapEntry, fromInclusiv
185 subSet(Object fromMapEntry, Object toMapEntry) argument
212 subSet(Object fromMapEntry, boolean fromInclusive, Object toMapEntry, boolean toInclusive) argument
[all...]

Completed in 123 milliseconds