Package com.senn.magic.collections

This package contains collection classes.

See:
          Description

Interface Summary
ChainableList<E> List sub interface that makes it possible to 'chain' actions
ChainableMap<K,V> Map sub interface that makes it possible to 'chain' actions
ChainableQueue<E> Queue sub interface that makes it possible to 'chain' actions
ChainableSet<E> Set sub interface that makes it possible to 'chain' actions
 

Class Summary
ChainableArrayList<E> ArrayList implementation of ChainableList
ChainableHashMap<K,V> HashMap implementation of ChainableMap
ChainableHashSet<E> HashSet implementation of ChainableSet
ChainableLinkedHashMap<K,V> LinkedHashMap implementation of ChainableMap
ChainableLinkedHashSet<E> LinkedHashSet implementation of ChainableSet
ChainableLinkedList<E> LinkedList implementation of ChainableList
ChainablePriorityQueue<E> PriorityQueue implementation of ChainableQueue
ChainableTreeMap<K,V> TreeMap implementation of ChainableMap
ChainableTreeSet<E> TreeSet implementation of ChainableSet
ConcurrentHashSet<S> Set-implementation for ConcurrentHashMap.
GeneralSetFromMap<S> General superclass for any custom Set-implementation based on a Map.
IdentityHashSet<S> Set-implementation for IdentityHashMap.
WeakHashSet<S> Set-implementation for WeakHashMap.
 

Package com.senn.magic.collections Description

This package contains collection classes.