Package org.omegahat.Environment.ObjectDataStructures

S-like vector and list classes implemented succinctly in terms of Java objects rather than primitives.

See:
          Description

Interface Summary
Incrementable  
 

Class Summary
character  
integer Class to represent a collection (array) of integer-valued numbers that supports additional facilities than an array does.
list  
logical  
numeric  
single  
vector Abstract class used to represent an S/R-like vector-based container for different elements, much like a Java array but with extensions.
 

Package org.omegahat.Environment.ObjectDataStructures Description

S-like vector and list classes implemented succinctly in terms of Java objects rather than primitives.

These are cleaner but (maybe) less efficient than the classes in the DataStructures package.