public static final class ImmutableHierarchy.ImmutableNode<KeyT,ValueT> extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<ImmutableHierarchy.ImmutableNode<KeyT,ValueT>> |
getChildren() |
String |
getDescription() |
KeyT |
getKey() |
com.google.common.base.Optional<KeyT> |
getParentKey() |
List<ValueT> |
getValues() |
int |
hashCode() |
String |
toString() |
public com.google.common.base.Optional<KeyT> getParentKey()
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public KeyT getKey()
@Generated(value="lombok") public String getDescription()
@Generated(value="lombok") public Set<ImmutableHierarchy.ImmutableNode<KeyT,ValueT>> getChildren()
@Generated(value="lombok") public List<ValueT> getValues()
Copyright © 2018 SAP SE. All rights reserved.