Uses of Interface
ch.nolix.baseapi.container.commoncontainer.StringMappable
Packages that use StringMappable
Package
Description
-
Uses of StringMappable in ch.nolix.base.container.arraylist
Classes in ch.nolix.base.container.arraylist that implement StringMappableModifier and TypeClassDescriptionclassfinal classArrayList<E>final classfinal classAIntervallContainerViewcan iterate over a part of another container.final classMappingContainerView<E,T> -
Uses of StringMappable in ch.nolix.base.container.base
Classes in ch.nolix.base.container.base that implement StringMappable -
Uses of StringMappable in ch.nolix.base.container.containerview
Classes in ch.nolix.base.container.containerview that implement StringMappableModifier and TypeClassDescriptionfinal classfinal classAContainerViewwraps one or several givenIterables or arrays.final classfinal class -
Uses of StringMappable in ch.nolix.base.container.immutablelist
Classes in ch.nolix.base.container.immutablelist that implement StringMappable -
Uses of StringMappable in ch.nolix.base.container.linkedlist
Classes in ch.nolix.base.container.linkedlist that implement StringMappableModifier and TypeClassDescriptionfinal classLinkedList<E>ALinkedListis aAbstractContainerthat can add elements at the begin or end. -
Uses of StringMappable in ch.nolix.base.container.matrix
Classes in ch.nolix.base.container.matrix that implement StringMappableModifier and TypeClassDescriptionfinal classMatrix<E>AMatrixis aAbstractContainerthat stores its elements in rows and columns.final classMatrixColumn<E>final classMatrixRow<E> -
Uses of StringMappable in ch.nolix.base.container.singlecontainer
Classes in ch.nolix.base.container.singlecontainer that implement StringMappable -
Uses of StringMappable in ch.nolix.base.sql.model
Classes in ch.nolix.base.sql.model that implement StringMappable -
Uses of StringMappable in ch.nolix.baseapi.container.base
Subinterfaces of StringMappable in ch.nolix.baseapi.container.baseModifier and TypeInterfaceDescriptioninterfaceIContainer<E>AIContainercan store several elements of a certain type. -
Uses of StringMappable in ch.nolix.baseapi.container.list
Subinterfaces of StringMappable in ch.nolix.baseapi.container.listModifier and TypeInterfaceDescriptioninterfaceIArrayList<E>AIArrayListis aIContainerthat can add and remove elements.interfaceILinkedList<E>AILinkedListis aIContainerthat can add and remove elements. -
Uses of StringMappable in ch.nolix.baseapi.container.matrix
Subinterfaces of StringMappable in ch.nolix.baseapi.container.matrix -
Uses of StringMappable in ch.nolix.baseapi.sql.model
Subinterfaces of StringMappable in ch.nolix.baseapi.sql.model