Package ch.nolix.baseapi.container.list
package ch.nolix.baseapi.container.list
-
InterfacesClassDescriptionIArrayList<E>A
IArrayListis aIContainerthat can add and remove elements.ILinkedList<E>AILinkedListis aIContainerthat can add and remove elements.