org.apache.uima.examples.tagger.trainAndTest
Class SuffixTree.EDGE_KEY

java.lang.Object
  extended by org.apache.uima.examples.tagger.trainAndTest.SuffixTree.EDGE_KEY
Enclosing class:
SuffixTree

public class SuffixTree.EDGE_KEY
extends java.lang.Object

Internal Class EDGE_KEY


Constructor Summary
SuffixTree.EDGE_KEY(int i, char s)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuffixTree.EDGE_KEY

public SuffixTree.EDGE_KEY(int i,
                           char s)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2011. All Rights Reserved.