Package org.ws4d.java.structures

Custom implementation of most common datastructures (no generics).

See:
          Description

Interface Summary
Iterator An iterator over a data structure.
ListIterator  
 

Class Summary
AppSequenceTracker  
ArrayList  
ByteArray Dynamic byte array.
DataStructure  
EmptyStructures  
HashMap Class implements a map of keys associated with values.
HashMap.Entry  
HashSet  
LinkedList Implementation of a double linked list.
LinkedMap Class memorizes the order in which objects were inserted.
LinkedSet This class is a hash set, in which the elements are linked together, ordered by their adding to the set.
List  
LockedList Synchronized List Class, uses lockSupport for synchronization.
LockedMap Class synchronizes access to a map.
LockedSet Class encapsulates set, method invocations are synchronized by a Lockable object.
LockedStructure Class encapsulates data structure, method invocations are synchronized by a Lockable object.
MessageIdBuffer  
Queue Simple Queue.
ReadOnlyIterator An iterator over a data structure.
Set  
WaitingQueue Synchronized Queue.
 

Exception Summary
ConcurrentChangeException  
UnsupportedOperationException  
 

Package org.ws4d.java.structures Description

Custom implementation of most common datastructures (no generics). Contains all expected operations from a Java datastructure.