Package org.checkerframework.afu.scenelib.util.coll
package org.checkerframework.afu.scenelib.util.coll
-
ClassDescriptionKeyedSet<K,
V> AKeyedSet
is a set whose members have distinct keys and can be looked up by key.Keyer<K,V> LinkedHashKeyedSet<K,V> A simple implementation ofKeyedSet
backed by an insertion-orderLinkedHashMap
and itsvalue collection
.VivifyingMap<K,V> AVivifyingMap
is a map with two additional methods:VivifyingMap.getVivify(K)
is likeget
, but it never returns null; instead, it stores an empty value and returns that.WrapperMap<K,V> AWrapperMap
is a map all of whose methods delegate by default to those of a supplied backing map.