• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/

Lines Matching +defs:value +defs:get

50      * @param valueBinding is the binding used to translate between value
51 * buffers and value objects.
79 * @param valueBinding is the binding used to translate between value
80 * buffers and value objects.
109 * key/value buffers and entity value objects.
138 * key/value buffers and entity value objects.
206 * Returns the value to which this map maps the specified key. If
211 * This method conforms to the {@link Map#get} interface.
216 public Object get(Object key) {
218 return super.get(key);
222 * Associates the specified value with the specified key in this map
224 * is already mapped to a value, this method appends the new duplicate
229 * key will be derived from the value (entity) parameter. If an entity
231 * parameter must be equal to the key derived from the value parameter.</p>
233 * @return the previous value associated with specified key, or null if
239 * @throws IllegalArgumentException if an entity value binding is used and
240 * the primary key of the value given is different than the existing stored
246 public Object put(Object key, Object value) {
248 return super.put(key, value);
252 * Appends a given value returning the newly assigned key. If a {@link
263 * @param value the value to be appended.
274 public Object append(Object value) {
279 view.append(value, key, null);
318 * Returns true if this map contains the specified value. When an entity
320 * primary key and value mapping of the entity. This method conforms to
326 public boolean containsValue(Object value) {
328 return super.containsValue(value);
369 * <p>Note that the return value is a StoredCollection and must be treated
392 * <p>Note that the return value is a StoredCollection and must be treated
412 * value/entity binding can be used to derive the map's key from its
413 * value/entity object. The returned collection will be read-only if the
417 * <p>Note that the return value is a StoredCollection and must be treated
442 * returned. If duplicates are not allowed, at most a single value will be
465 * Returns a new map from primary key to value for the subset of records
470 * returned. If duplicates are not allowed, at most a single value will be
500 * Compares the specified object with this map for equality. A value