Package enterprises.iwakura.sigewine.utils.collections
package enterprises.iwakura.sigewine.utils.collections
-
ClassDescriptionA concrete implementation of
TypedCollectionthat uses anArrayListas the underlying data structure.A generic interface representing a collection that enforces a specific type for its elements.TypedHashSet<E>A concrete implementation ofTypedCollectionthat uses aHashSetas the underlying data structure.