public interface IReadOnlyCollection<T> extends java.lang.Iterable<T>
boolean
contains(java.lang.Object node)
isEmpty()
int
size()
forEach, iterator, spliterator
int size()
boolean isEmpty()
boolean contains(java.lang.Object node)