Interfaces for java style collection classes that are needed for layout and analysis algorithms.

Classes

  ClassDescription
Public classRandom
This class provides methods that generates pseudo-random numbers of different types, such as int, long, double and float using either

Interfaces

  InterfaceDescription
Public interfaceICloneable
A class implements the Cloneable interface to indicate to the Clone()()()() method that it is legal for that method to make a field-for-field copy of instances of that class.
Public interfaceICollection
Collection is the root of the collection hierarchy.
Public interfaceIIterator
An Iterator is used to sequence over a collection of objects.
Public interfaceIList
List is a collection which maintains an ordering for its elements.
Public interfaceIListIterator
An ListIterator is used to sequence over a List of objects.
Public interfaceIMap
Map has a set of keys, each key is mapped to a single value.
Public interfaceIMapEntry
Map.Entry is a key/value mapping which is contained in a Map.
Public interfaceISet
Set is a collection which does not allow duplicate elements.

Remarks

Interfaces for java style collection classes that are needed for layout and analysis algorithms.