Package org.apache.commons.jexl3.parser
Class JexlParser.SwitchSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.HashSet<E>
-
- java.util.LinkedHashSet<java.lang.Object>
-
- org.apache.commons.jexl3.parser.JexlParser.SwitchSet
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<java.lang.Object>,java.util.Collection<java.lang.Object>,java.util.Set<java.lang.Object>
- Enclosing class:
- JexlParser
protected class JexlParser.SwitchSet extends java.util.LinkedHashSet<java.lang.Object>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSwitchSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(java.lang.Object value)-
Methods inherited from class java.util.HashSet
clear, clone, contains, isEmpty, iterator, remove, size
-
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
-
-