com.esri.gpt.catalog.discovery
Class Sortables
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Sortable>
com.esri.gpt.catalog.discovery.Sortables
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Sortable>, Collection<Sortable>, List<Sortable>, RandomAccess
public class Sortables
- extends ArrayList<Sortable>
A list of sortable properties.
- See Also:
- Serialized Form
Constructor Summary |
Sortables()
Default constructor. |
Method Summary |
boolean |
add(Sortable member)
Adds a member to the collection. |
void |
echo(StringBuffer sb)
Appends property information for the component to a buffer. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.util.ArrayList |
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Sortables
public Sortables()
- Default constructor.
add
public boolean add(Sortable member)
- Adds a member to the collection.
Null values will not be added.
- Specified by:
add
in interface Collection<Sortable>
- Specified by:
add
in interface List<Sortable>
- Overrides:
add
in class ArrayList<Sortable>
- Parameters:
member
- the member to add
- Returns:
- true if the member was added
echo
public void echo(StringBuffer sb)
- Appends property information for the component to a buffer.
- Parameters:
sb
- the buffer to use when appending information
toString
public String toString()
- Returns the string representation of the object.
- Overrides:
toString
in class AbstractCollection<Sortable>
- Returns:
- the string
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.