Uses of Interface
ch.nolix.baseapi.datastructure.list.IArrayList
Packages that use IArrayList
Package
Description
-
Uses of IArrayList in ch.nolix.base.datastructure.arraylist
Classes in ch.nolix.base.datastructure.arraylist that implement IArrayListMethods in ch.nolix.base.datastructure.arraylist that return IArrayList -
Uses of IArrayList in ch.nolix.baseapi.datastructure.list
Subinterfaces with type arguments of type IArrayList in ch.nolix.baseapi.datastructure.listModifier and TypeInterfaceDescriptioninterfaceIArrayList<E>AIArrayListis aExtendedIterablethat can add and remove elements. -
Uses of IArrayList in ch.nolix.system.webgui.controltool
Methods in ch.nolix.system.webgui.controltool with parameters of type IArrayListModifier and TypeMethodDescriptionstatic voidControlToolHelper.fillUpChildControlsOfControlIntoListRecursively(Control<?, ?> control, IArrayList<Control<?, ?>> list) static voidControlToolHelper.fillUpStructureControlsOfControlIntoListRecursively(Control<?, ?> control, IArrayList<Control<?, ?>> list)