javax.swing.text
Class SegmentCache.CachedSegment

java.lang.Object
  extended byjavax.swing.text.Segment
      extended byjavax.swing.text.SegmentCache.CachedSegment
All Implemented Interfaces:
CharacterIterator, Cloneable
Enclosing class:
SegmentCache

private static class SegmentCache.CachedSegment
extends Segment

CachedSegment is used as a tagging interface to determine if a Segment can successfully be shared.


Field Summary
 
Fields inherited from class javax.swing.text.Segment
array, count, offset
 
Fields inherited from interface java.text.CharacterIterator
DONE
 
Constructor Summary
private SegmentCache.CachedSegment()
           
 
Methods inherited from class javax.swing.text.Segment
clone, current, first, getBeginIndex, getEndIndex, getIndex, isPartialReturn, last, next, previous, setIndex, setPartialReturn, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SegmentCache.CachedSegment

private SegmentCache.CachedSegment()