Class 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
Version:
$Id: ExprLookup.java 1234539 2012-01-22 16:19:15Z oheger $
Author:
Commons Configuration team
See Also:
  • Constructor Details

    • Variables

      public Variables()
      Creates a new empty instance of Variables.
    • Variables

      Creates a new instance of Variables and copies the content of the given object.
      Parameters:
      vars - the Variables object to be copied
  • Method Details