Package org.spiderwiz.zutils
Class ZConfig.PropertySheet
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<ZConfig.Property>
,Collection<ZConfig.Property>
,List<ZConfig.Property>
,RandomAccess
- Enclosing class:
- ZConfig
public static class ZConfig.PropertySheet extends ArrayList<ZConfig.Property>
Represents all the properties defined in a configuration file as an
ArrayList
.- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PropertySheet()
-
Method Summary
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
Constructor Details
-
PropertySheet
public PropertySheet()
-