Interface ListClass

All Superinterfaces:
CollectionClass, DataClass, PropertyHandler
All Known Implementing Classes:
ListClassImpl

public interface ListClass extends CollectionClass
A ListClass is a CollectionClass where it is possible to specify the order of the elements in the ListObject.

Features:

  • Equal elements can occure several times
  • Elements can be accessed by an index
Author:
Rainer Maximini
See Also: