Class ExprLookup.Variables
java.lang.Object
java.util.AbstractCollection<ExprLookup.Variable>
java.util.AbstractList<ExprLookup.Variable>
java.util.ArrayList<ExprLookup.Variable>
org.apache.commons.configuration2.interpol.ExprLookup.Variables
- All Implemented Interfaces:
Serializable, Cloneable, Iterable<ExprLookup.Variable>, Collection<ExprLookup.Variable>, List<ExprLookup.Variable>, RandomAccess, SequencedCollection<ExprLookup.Variable>
- Enclosing class:
ExprLookup
List wrapper used to allow the Variables list to be created as beans in DefaultConfigurationBuilder.
- Since:
- 1.7
- See Also:
-
Field Summary
Fields inherited from class AbstractList
modCount -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new empty instance ofVariables.Creates a new instance ofVariablesand copies the content of the given object. -
Method Summary
Methods inherited from class ArrayList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, ensureCapacity, equals, forEach, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeIf, removeLast, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class AbstractCollection
containsAll, toStringMethods inherited from interface Collection
parallelStream, stream, toArrayMethods inherited from interface List
containsAll, reversed
-
Constructor Details
-
Variables
public Variables()Creates a new empty instance ofVariables. -
Variables
Creates a new instance ofVariablesand copies the content of the given object.- Parameters:
vars- theVariablesobject to be copied
-
-
Method Details
-
getVariable
-