public static interface Entity.GroupSupport extends java.lang.Iterable<Group>
Group.addMember(Entity)
and Group.removeMember(Entity)
. In a future release, add/remove methods may be
added here.Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
java.util.Iterator<Group> |
iterator()
A read-only thread-safe iterator over all the
Group s that this entity is a member of. |
int |
size() |