public class ResourceList<R extends Resource> extends BaseList<R>
Resource
objects.Constructor and Description |
---|
ResourceList()
Initializes a new instance of the
ResourceList class. |
Modifier and Type | Method and Description |
---|---|
R |
get(java.lang.String id)
Gets the
Resource object identified by the specified string. |
add, add, addBaseListListener, clear, doAdd, doClear, doRemove, doSet, first, get, getList, last, readExternal, remove, remove, removeBaseListListener, set, size, writeExternal
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ResourceList()
ResourceList
class.