org.carrot2.filter.lingo.util.suffixarrays.wrapper
Class AbstractIntWrapper

java.lang.Object
  extended by org.carrot2.filter.lingo.util.suffixarrays.wrapper.AbstractIntWrapper
All Implemented Interfaces:
IntWrapper
Direct Known Subclasses:
AbstractSnippetsIntWrapper, StringIntWrapper

public abstract class AbstractIntWrapper
extends Object
implements IntWrapper


Field Summary
protected  int[] intData
          DOCUMENT ME!
 
Constructor Summary
protected AbstractIntWrapper()
           
protected AbstractIntWrapper(int[] intData)
           
 
Method Summary
 int[] asIntArray()
           
 int length()
           
 void reverse()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.carrot2.filter.lingo.util.suffixarrays.wrapper.IntWrapper
getStringRepresentation
 

Field Detail

intData

protected int[] intData
DOCUMENT ME!

Constructor Detail

AbstractIntWrapper

protected AbstractIntWrapper()

AbstractIntWrapper

protected AbstractIntWrapper(int[] intData)
Method Detail

asIntArray

public int[] asIntArray()
Specified by:
asIntArray in interface IntWrapper

length

public int length()
Specified by:
length in interface IntWrapper

reverse

public void reverse()
Specified by:
reverse in interface IntWrapper

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) Dawid Weiss, Stanislaw Osinski