Searched refs:isEmpty (Results 1 - 6 of 6) sorted by relevance

/ropes-1.2.5/src/org/ahmadsoft/ropes/impl/
H A DConcatenationRopeIteratorImpl.java73 return this.currentRopePos < this.currentRope.length() - 1 || !this.toTraverse.isEmpty();
80 while (!this.toTraverse.isEmpty()) {
112 if (this.toTraverse.isEmpty()) {
117 while (!this.toTraverse.isEmpty()) {
H A DConcatenationRopeReverseIteratorImpl.java75 return this.currentRopePos > 0 || !this.toTraverse.isEmpty();
82 while (!this.toTraverse.isEmpty()) {
113 if (remainingAmt > 0 && this.toTraverse.isEmpty())
116 while (!this.toTraverse.isEmpty()) {
H A DAbstractRope.java355 public boolean isEmpty() { method in class:AbstractRope
/ropes-1.2.5/src/org/ahmadsoft/ropes/
H A DRope.java377 public boolean isEmpty(); method in interface:Rope
/ropes-1.2.5/
H A Dropes.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ahmadsoft/ org/ahmadsoft/ropes/ org/ahmadsoft/ropes/impl/ ...
/ropes-1.2.5/src/org/ahmadsoft/ropes/test/
H A DRopeTest.java512 assertTrue(r1.isEmpty());
513 assertFalse(r2.isEmpty());
514 assertTrue(r2.subSequence(2, 2).isEmpty());

Completed in 11 milliseconds