public class IfcCollection2D<T> extends IfcCollection<IfcCollection<T>>
Constructor and Description |
---|
IfcCollection2D(Class<?> typeOfT) |
Modifier and Type | Method and Description |
---|---|
boolean |
tryAddItemAsObject(Object item) |
add, contains, firstOrDefault, firstOrDefault, get_Item, getCount, iterator, ofType, select, set_Item, toList, where, whereOfType
getTypeOfT
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public IfcCollection2D(Class<?> typeOfT)
public boolean tryAddItemAsObject(Object item)
tryAddItemAsObject
in class IfcCollection<IfcCollection<T>>