JIDE 3.5.15

com.jidesoft.diff
Class DiffSegment

java.lang.Object
  extended by javax.swing.text.Segment
      extended by com.jidesoft.diff.DiffSegment
All Implemented Interfaces:
CharSequence, Cloneable, CharacterIterator

public class DiffSegment
extends Segment


Field Summary
 
Fields inherited from class javax.swing.text.Segment
array, count, offset
 
Fields inherited from interface java.text.CharacterIterator
DONE
 
Constructor Summary
DiffSegment(boolean ignoreWhitespace, boolean ignoreCase)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 CharSequence subSequence(int start, int end)
           
 
Methods inherited from class javax.swing.text.Segment
charAt, clone, current, first, getBeginIndex, getEndIndex, getIndex, isPartialReturn, last, length, next, previous, setIndex, setPartialReturn, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiffSegment

public DiffSegment(boolean ignoreWhitespace,
                   boolean ignoreCase)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

subSequence

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

JIDE 3.5.15