public class BaselineCollection extends AbstractList<Baseline>
Represents a collection of Baseline
objects.
Modifier and Type | Method and Description |
---|---|
Baseline |
get(int index)
Returns the baseline at the specified position.
|
int |
getCount()
Deprecated.
Use size() instead.
|
Resource |
getParentResource()
Parent
Resource for this collection. |
Baseline |
remove(int index)
Removes the element at the specified position in this list.
|
boolean |
remove(Object baseline)
Removes baseline from this collection.
|
int |
size()
Returns the number of objects contained in this collection.
|
List<Baseline> |
toList()
Converts the BaselineCollection object to a list of
Baseline objects. |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, set, subList
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
addAll, contains, containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
@Deprecated public int getCount()
Returns the number of objects contained in this BaselineCollection object.
public Resource getParentResource()
Parent Resource
for this collection.
Read only Resource
instance.
public Baseline get(int index)
public boolean remove(Object baseline)
remove
in interface Collection<Baseline>
remove
in interface List<Baseline>
remove
in class AbstractCollection<Baseline>
baseline
- Baseline
instance to remove.Baseline
instance has been removed successfully; otherwise, falsepublic Baseline remove(int index)
public int size()
size
in interface Collection<Baseline>
size
in interface List<Baseline>
size
in class AbstractCollection<Baseline>
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.