|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<IFeedRecord>
com.esri.gpt.control.AbstractFeedRecords
public abstract class AbstractFeedRecords
Abstract feed records
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.esri.gpt.control.georss.IFeedRecords |
---|
IFeedRecords.FieldMeta |
Field Summary | |
---|---|
protected List<IFeedRecord> |
records
|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
AbstractFeedRecords(List<IFeedRecord> records)
|
Method Summary | |
---|---|
IFeedRecord |
get(int index)
|
int |
size()
|
Methods inherited from class java.util.AbstractList |
---|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
Methods inherited from class java.util.AbstractCollection |
---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.gpt.control.georss.IFeedRecords |
---|
getMetaData, getOpenSearchProperties |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray |
Field Detail |
---|
protected final List<IFeedRecord> records
Constructor Detail |
---|
public AbstractFeedRecords(List<IFeedRecord> records)
Method Detail |
---|
public IFeedRecord get(int index)
get
in interface List<IFeedRecord>
get
in class AbstractList<IFeedRecord>
public int size()
size
in interface Collection<IFeedRecord>
size
in interface List<IFeedRecord>
size
in class AbstractCollection<IFeedRecord>
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |