Uses of Interface
ch.nolix.baseapi.datastructure.baseextendediterable.StoringRequestable
Packages that use StoringRequestable
Package
Description
-
Uses of StoringRequestable in ch.nolix.base.datastructure.arrayextendediterableview
Classes in ch.nolix.base.datastructure.arrayextendediterableview that implement StoringRequestable -
Uses of StoringRequestable in ch.nolix.base.datastructure.arraylist
Classes in ch.nolix.base.datastructure.arraylist that implement StoringRequestable -
Uses of StoringRequestable in ch.nolix.base.datastructure.extendediterable
Classes in ch.nolix.base.datastructure.extendediterable that implement StoringRequestable -
Uses of StoringRequestable in ch.nolix.base.datastructure.extendediterablefilterview
Classes in ch.nolix.base.datastructure.extendediterablefilterview that implement StoringRequestable -
Uses of StoringRequestable in ch.nolix.base.datastructure.extendediterableintervalview
Classes in ch.nolix.base.datastructure.extendediterableintervalview that implement StoringRequestableModifier and TypeClassDescriptionfinal classAExtendedIterableIntervalViewcan iterate over an intervall of aExtendedIterable. -
Uses of StoringRequestable in ch.nolix.base.datastructure.extendediterablemapperview
Classes in ch.nolix.base.datastructure.extendediterablemapperview that implement StoringRequestable -
Uses of StoringRequestable in ch.nolix.base.datastructure.extendediterableview
Classes in ch.nolix.base.datastructure.extendediterableview that implement StoringRequestableModifier and TypeClassDescriptionfinal classAExtendedIterableViewwraps one or several givenIterables or arrays. -
Uses of StoringRequestable in ch.nolix.base.datastructure.immutablelist
Classes in ch.nolix.base.datastructure.immutablelist that implement StoringRequestable -
Uses of StoringRequestable in ch.nolix.base.datastructure.iterableextendediterableview
Classes in ch.nolix.base.datastructure.iterableextendediterableview that implement StoringRequestable -
Uses of StoringRequestable in ch.nolix.base.datastructure.linkedlist
Classes in ch.nolix.base.datastructure.linkedlist that implement StoringRequestableModifier and TypeClassDescriptionfinal classLinkedList<E>ALinkedListis aAbstractExtendedIterablethat can add elements at the begin or end. -
Uses of StoringRequestable in ch.nolix.base.datastructure.matrix
Classes in ch.nolix.base.datastructure.matrix that implement StoringRequestableModifier and TypeClassDescriptionfinal classMatrix<E>AMatrixis aAbstractExtendedIterablethat stores its elements in rows and columns.final classMatrixColumn<E>final classMatrixRow<E> -
Uses of StoringRequestable in ch.nolix.base.datastructure.multiextendediterableview
Classes in ch.nolix.base.datastructure.multiextendediterableview that implement StoringRequestable -
Uses of StoringRequestable in ch.nolix.base.net.http
Methods in ch.nolix.base.net.http with parameters of type StoringRequestableModifier and TypeMethodDescriptionstatic booleanHttpRequest.canBe(StoringRequestable<String> lines) -
Uses of StoringRequestable in ch.nolix.base.net.websocket
Methods in ch.nolix.base.net.websocket with parameters of type StoringRequestableModifier and TypeMethodDescriptionstatic booleanWebSocketHandShakeRequest.canBe(StoringRequestable<String> lines) -
Uses of StoringRequestable in ch.nolix.base.sql.model
Classes in ch.nolix.base.sql.model that implement StoringRequestable -
Uses of StoringRequestable in ch.nolix.baseapi.datastructure.extendediterable
Subinterfaces of StoringRequestable in ch.nolix.baseapi.datastructure.extendediterableModifier and TypeInterfaceDescriptioninterfaceAExtendedIterablecan store several elements of a certain type. -
Uses of StoringRequestable in ch.nolix.baseapi.datastructure.list
Subinterfaces of StoringRequestable 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. -
Uses of StoringRequestable in ch.nolix.baseapi.datastructure.matrix
Subinterfaces of StoringRequestable in ch.nolix.baseapi.datastructure.matrix -
Uses of StoringRequestable in ch.nolix.baseapi.sql.model
Subinterfaces of StoringRequestable in ch.nolix.baseapi.sql.model