public class Entity<T> extends ArrayList<T>
| Modifier and Type | Field and Description |
|---|---|
Set<BinRelation> |
childRelations |
Map<String,Object> |
feats |
UUID |
id |
Set<BinRelation> |
relations |
String |
suggestedName |
Set<String> |
type |
modCount| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic UUID id
public String suggestedName
public Set<BinRelation> relations
public Set<BinRelation> childRelations
public Entity()
public Entity(T t)
public String toString()
toString in class AbstractCollection<T>Copyright © 2016. All rights reserved.