Package hydra.cypher.openCypher
Class Properties.Map
- java.lang.Object
-
- hydra.cypher.openCypher.Properties
-
- hydra.cypher.openCypher.Properties.Map
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Properties>
- Enclosing class:
- Properties
public static final class Properties.Map extends Properties implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.cypher.openCypher.Properties
Properties.Map, Properties.Parameter, Properties.PartialVisitor<R>, Properties.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description MapLiteralvalue-
Fields inherited from class hydra.cypher.openCypher.Properties
MAP, PARAMETER, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Map(MapLiteral value)Constructs an immutableProperties.Map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(Properties.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(Properties other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final MapLiteral value
-
-
Constructor Detail
-
Map
public Map(MapLiteral value)
Constructs an immutableProperties.Map.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(Properties other)
- Specified by:
compareToin interfacejava.lang.Comparable<Properties>
-
accept
public <R> R accept(Properties.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classProperties
-
-