Package ch.nolix.core.container
package ch.nolix.core.container
The
ch.nolix.core.container
package defines containers that can store
elements of a given type.- Version:
- 2019-08-01
- Autor:
- Silvan Wyss
-
PackageBeschreibungThe
ch.nolix.core
package defines types for basic purpose.Thech.nolix.core.container.arraycontrol
package defines types to control arrays.Thech.nolix.core.container.arraylist
package defines aIArrayList
.Thech.nolix.core.container.base
package defines a baseIContainer
.Thech.nolix.core.container.compressedcontainer
package defines compressedContainer
s.Thech.nolix.core.container.immutablelist
package defines a immutable list.Thech.nolix.core.container.iteratorvalidator
package provides an implementation of thech.nolix.coreapi.containerapi.iteratorvalidatorapi
package.Thech.nolix.core.container.linkedlist
package defines aIContainer
.Thech.nolix.core.container.matrix
package definesContainer
s that are matrices.Thech.nolix.core.container.pair
package defines containers that store 2 elements.Thech.nolix.core.container.readcontainer
package definesContainer
s that are views of otherIterable
or arrays.Thech.nolix.core.container.sequencesearch
package defines the types that are declared in thech.nolix.coreapi.containerapi.sequencesearchapi
package.