org.omnaest.utils.structure.hierarchy
Class TokenMonoHierarchy.TokenElementPath<E>
java.lang.Object
org.omnaest.utils.structure.hierarchy.TokenMonoHierarchy.TokenElementPath<E>
- Type Parameters:
E -
- Enclosing class:
- TokenMonoHierarchy<E,V>
public static class TokenMonoHierarchy.TokenElementPath<E>
- extends Object
A TokenMonoHierarchy.TokenElementPath represents a path of token elements
- Author:
- Omnaest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenMonoHierarchy.TokenElementPath
public TokenMonoHierarchy.TokenElementPath(List<E> tokenPathElementList)
- Parameters:
tokenPathElementList - - See Also:
TokenMonoHierarchy.TokenElementPath
TokenMonoHierarchy.TokenElementPath
public TokenMonoHierarchy.TokenElementPath(E... tokenPathElements)
- Parameters:
tokenPathElements - - See Also:
TokenMonoHierarchy.TokenElementPath
isValid
protected boolean isValid()
- Returns true if there are given token elements
- Returns:
getTokenElementList
protected List<E> getTokenElementList()
Copyright © 2013. All Rights Reserved.