Package com.aspose.tasks
Class ResourceUsageViewFieldCollection
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<T>
-
- com.aspose.tasks.ReadOnlyCollectionBase<Integer>
-
- com.aspose.tasks.ResourceUsageViewFieldCollection
-
public class ResourceUsageViewFieldCollection extends ReadOnlyCollectionBase<Integer>
Represent a collection ofResourceUsageViewField
values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sort(Comparator<? super T> c)
-
Methods inherited from class com.aspose.tasks.ReadOnlyCollectionBase
add, add, clear, contains, get, indexOf, isReadOnly, iterator, remove, remove, set, size, toList
-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, lastIndexOf, listIterator, listIterator, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
addAll, containsAll, isEmpty, removeAll, replaceAll, retainAll, spliterator, toArray, toArray
-
-
-
-
Method Detail
-
sort
public void sort(Comparator<? super T> c)
- Parameters:
c
-
-
-