HomeSort by relevance Sort by last modified time
    Searched defs:VivifyingMap (Results 1 - 2 of 2) sorted by null

  /external/annotation-tools/scene-lib/src/annotations/util/coll/
VivifyingMap.java 11 * A {@link VivifyingMap} is a map that can create "empty" values on demand
14 public abstract class VivifyingMap<K, V> extends WrapperMap<K, V> {
16 * Constructs a new {@link VivifyingMap} backed by the given map. All
17 * reads and writes to this {@link VivifyingMap} go through to the backing
18 * map. However, since the {@link VivifyingMap} generally provides a
24 public VivifyingMap(Map<K, V> back) {
72 * is another {@link VivifyingMap}, {@link #subPrune} could prune that map.
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 

Completed in 211 milliseconds