org.axway.grapes.server.webapp.views.utils
Class Row
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Object>
org.axway.grapes.server.webapp.views.utils.Row
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess
public class Row
- extends ArrayList<Object>
Row
Row is a utility class that represent a list of element contained in a row of a table.
- Author:
- jdcoffre
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Row
public Row(Object... cells)
hashCode
public int hashCode()
- Specified by:
hashCode in interface Collection<Object>- Specified by:
hashCode in interface List<Object>- Overrides:
hashCode in class AbstractList<Object>
equals
public boolean equals(Object obj)
- Specified by:
equals in interface Collection<Object>- Specified by:
equals in interface List<Object>- Overrides:
equals in class AbstractList<Object>
Copyright © 2014. All Rights Reserved.