T
public class SNode<T> extends Object implements Comparable<SNode>
SNode(int id, T element)
int
compareTo(SNode o)
boolean
equals(Object o)
get()
hashCode()
isMonosaccharide()
isSubstituent()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public SNode(int id, T element)
public T get()
public boolean isMonosaccharide()
public boolean isSubstituent()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public int compareTo(SNode o)
compareTo
Comparable<SNode>
public String toString()
toString
Copyright © 2016. All Rights Reserved.