public class Persons extends AbstractJsonArray<Person> implements Iterable<Person>
valuessortOrderchangeSupport| Constructor and Description |
|---|
Persons() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(Object obj) |
boolean |
has(Person value)
Checks whether the value is present.
|
add, buildJson, clear, equals, get, indexOf, iterator, remove, replace, size, toArray, toArray, toListappendSortOrder, fromJson, fromJson, fromJson, fromJson, getFieldByName, getFieldName, getFieldNames, getFields, getJsonValue, initialize, listen, toJsonaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerprotected void doParse(Object obj)
doParse in class AbstractJsonArray<Person>public boolean has(Person value)
AbstractJsonArrayhas in class AbstractJsonArray<Person>value - the value to checkCopyright © 2014. All rights reserved.