private class ConfigurationExport.ObjectPropertiesList extends java.util.AbstractList<SystemObjectProperties> implements java.util.RandomAccess
Anstatt die Objekte alle nacheinander zu konvertieren und dann abzuspeichern, konvertiert/exportiert diese Liste die Objekte nur dann, wenn sie gebraucht werden (sonst wird viel zuviel Speicherplatz verbraucht)
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<SystemObject> |
_objects |
| Constructor and Description |
|---|
ObjectPropertiesList(java.util.Set<SystemObject> objects) |
| Modifier and Type | Method and Description |
|---|---|
SystemObjectProperties |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate java.util.List<SystemObject> _objects
public ObjectPropertiesList(java.util.Set<SystemObject> objects)
public SystemObjectProperties get(int index)
get in interface java.util.List<SystemObjectProperties>get in class java.util.AbstractList<SystemObjectProperties>public int size()
size in interface java.util.Collection<SystemObjectProperties>size in interface java.util.List<SystemObjectProperties>size in class java.util.AbstractCollection<SystemObjectProperties>