Package org.ahmadsoft.ropes.impl

Internal implementation package for Java Ropes.

See:
          Description

Class Summary
AbstractRope Abstract base class for ropes that implements many of the common operations.
ConcatenationRope A rope that represents the concatenation of two other ropes.
ConcatenationRopeIteratorImpl A fast iterator for concatenated ropes.
FlatRope A rope constructed from an underlying character sequence.
SubstringRope Represents a lazily-evaluated substring of another rope.
 

Package org.ahmadsoft.ropes.impl Description

Internal implementation package for Java Ropes. The classes in this package should not be used by clients and are subject to change from release to release without notice.