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 Object

Internal Class EDGE_KEY


Constructor Summary
SuffixTree.EDGE_KEY(int i, char s)
           
 
Method Summary
 boolean equals(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(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.