org.foray.hyphen
Class Interword4a

java.lang.Object
  extended by org.foray.hyphen.Interword4a
All Implemented Interfaces:
CharSequence, org.axsl.hyphen.Interword, org.axsl.hyphen.WordSequenceContent

public class Interword4a
extends Object
implements org.axsl.hyphen.Interword

FOray implementation of {link Interword}.


Constructor Summary
Interword4a(CharSequence content)
          Constructor.
 
Method Summary
 char charAt(int index)
           
 CharSequence getContent()
           
 int length()
           
 CharSequence subSequence(int start, int end)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Interword4a

public Interword4a(CharSequence content)
Constructor.

Parameters:
content - The content of this inteword item.
Method Detail

getContent

public CharSequence getContent()
Specified by:
getContent in interface org.axsl.hyphen.Interword

length

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

charAt

public char charAt(int index)
Specified by:
charAt in interface CharSequence

subSequence

public CharSequence subSequence(int start,
                                int end)
Specified by:
subSequence in interface CharSequence

toString

public String toString()
Specified by:
toString in interface CharSequence
Overrides:
toString in class Object


Copyright © 2017. All rights reserved.