MaltParser 1.5.2

org.maltparser.core.symbol.trie
Class TrieEntry

java.lang.Object
  extended by org.maltparser.core.symbol.trie.TrieEntry

public class TrieEntry
extends Object

Since:
1.0
Author:
Johan Hall

Constructor Summary
TrieEntry(int code, boolean known)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCode()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrieEntry

public TrieEntry(int code,
                 boolean known)
Method Detail

getCode

public int getCode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

MaltParser 1.5.2

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.