com.nesstar.api
Interface NesstarList<T extends NesstarObject>

Type Parameters:
T - The type of NesstarObject to be contained
All Superinterfaces:
Collection<T>, Iterable<T>, List<T>, NesstarObject
All Known Subinterfaces:
DdiList<T>

public interface NesstarList<T extends NesstarObject>
extends List<T>, NesstarObject

An unmodifiable list of Nesstar Elements.

Since:
0.1

Method Summary
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from interface com.nesstar.api.NesstarObject
getId, getLabel, getTimeStamp, reload, toURI
 



Copyright © 2011, NSD All rights reserved