Package de.chojo.nexus.entities
Interface CollectionAdapter<T>
- All Superinterfaces:
CollectionProvider<T>
,Iterable<T>
- All Known Implementing Classes:
PageComponentXO
-
Method Details
-
collection
Collection<T> collection()- Specified by:
collection
in interfaceCollectionProvider<T>
-
size
default int size() -
isEmpty
default boolean isEmpty() -
contains
-
iterator
-
toArray
-
toArray
@NotNull default <T> @NotNull T[] toArray(@NotNull @NotNull T[] a) -
stream
-
parallelStream
-