T
public class NodeValue<T> extends Object
boolean
equals(Object o)
getValue()
int
hashCode()
isLeaf()
static <T> NodeValue<T>
of(T filter, boolean leaf)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static <T> NodeValue<T> of(T filter, boolean leaf)
public T getValue()
public boolean isLeaf()
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2014. All Rights Reserved.