Package dev.prozilla.pine.common
Interface CollectionContext<T>
- All Superinterfaces:
Destructible,Iterable<T>
- All Known Subinterfaces:
CollectionProvider<T>
- All Known Implementing Classes:
JoinedStringProperty
-
Method Summary
Modifier and TypeMethodDescriptionbooleandefault booleanaddAll(Collection<T> items) default booleanvoidclear()default voiddestroy()Destroys this object.default booleanbooleandefault booleanremoveAll(Collection<T> items) default booleanintsize()Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
addAll
-
addAll
-
add
-
removeAll
-
removeAll
-
filter
-
remove
-
destroy
default void destroy()Description copied from interface:DestructibleDestroys this object.- Specified by:
destroyin interfaceDestructible
-
clear
void clear() -
size
int size()
-