Package org.anchoranalysis.core.collection
package org.anchoranalysis.core.collection
Collection-related classes with general applicability that don't belong elsewhere.
-
ClassesClassDescriptionMapCreate<K,
V> A tree map that creates a new item, if it doesn't already exist upon a get operation.MapCreateCountdown<K,V> Like aMapCreate
but with an associated counter for each element.A Trie / Prefix Tree that storesString
s efficiently.