IfcCollection<T>

Inheritance: java.lang.Object, IfcCollectionA

All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericEnumerable

Constructors

ConstructorDescription
IfcCollection(Class typeOfT)

Methods

MethodDescription
getCount()
get_Item(int index)
set_Item(int index, T value)
tryAddItemAsObject(Object item)
add(T item)
contains(T item)
iterator()
whereOfType(Class typeOfTOut, IfcPredicate predicate)
where(IfcPredicate predicate)
ofType(Class typeOfTOut)
select(Class typeOfTOut, IfcSelectPredicate<T,TOut> select)
firstOrDefault(IfcPredicate predicate)
firstOrDefault()
toList()

IfcCollection(Class typeOfT)

public IfcCollection(Class<T> typeOfT)

getCount()

public final int getCount()

Returns: int

get_Item(int index)

public final T get_Item(int index)

Returns: T

set_Item(int index, T value)

public final void set_Item(int index, T value)

tryAddItemAsObject(Object item)

public boolean tryAddItemAsObject(Object item)

Returns: boolean

add(T item)

public final void add(T item)

contains(T item)

public final boolean contains(T item)

Returns: boolean

iterator()

public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<T> iterator()

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator

whereOfType(Class typeOfTOut, IfcPredicate predicate)

public final<TOut> IfcCollection<TOut> whereOfType(Class<TOut> typeOfTOut, IfcPredicate<TOut> predicate)

Returns: IfcCollection

where(IfcPredicate predicate)

public final IfcCollection<T> where(IfcPredicate<T> predicate)

Returns: IfcCollection

ofType(Class typeOfTOut)

public final<TOut> IfcCollection<TOut> ofType(Class<TOut> typeOfTOut)

Returns: IfcCollection

select(Class typeOfTOut, IfcSelectPredicate<T,TOut> select)

public final<TOut> IfcCollection<TOut> select(Class<TOut> typeOfTOut, IfcSelectPredicate<T,TOut> select)

Returns: IfcCollection

firstOrDefault(IfcPredicate predicate)

public final T firstOrDefault(IfcPredicate<T> predicate)

Returns: T

firstOrDefault()

public final T firstOrDefault()

Returns: T

toList()

public final com.aspose.ms.System.Collections.Generic.IGenericList<T> toList()

Returns: com.aspose.ms.System.Collections.Generic.IGenericList