Uses of Interface
ch.nolix.baseapi.datastructure.list.IAppendableList
Packages that use IAppendableList
Package
Description
-
Uses of IAppendableList in ch.nolix.base.datastructure.arraylist
Classes in ch.nolix.base.datastructure.arraylist that implement IAppendableList -
Uses of IAppendableList in ch.nolix.base.datastructure.linkedlist
Classes in ch.nolix.base.datastructure.linkedlist that implement IAppendableListModifier and TypeClassDescriptionfinal classLinkedList<E>ALinkedListis aAbstractExtendedIterablethat can add elements at the begin or end. -
Uses of IAppendableList in ch.nolix.baseapi.datastructure.list
Subinterfaces of IAppendableList in ch.nolix.baseapi.datastructure.listModifier and TypeInterfaceDescriptioninterfaceIArrayList<E>AIArrayListis aExtendedIterablethat can add and remove elements.interfaceILinkedList<E>AILinkedListis aExtendedIterablethat can add and remove elements.