Package appeng.api.util
Interface IReadOnlyCollection<T>
- All Superinterfaces:
Iterable<T>
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
size
int size()- Returns:
- the objects in in the set.
-
isEmpty
boolean isEmpty()- Returns:
- true if there are objects in the set
-
contains
- Returns:
- return true if the object is part of the set.
-