Searched refs:getForSequentialAccess (Results 1 - 3 of 3) sorted by relevance

/ropes-1.2.2/src/org/ahmadsoft/ropes/impl/
H A DConcatenationRope.java68 public CharSequence getForSequentialAccess() { method in class:ConcatenationRope
69 return this.getForSequentialAccess(this);
79 private CharSequence getForSequentialAccess(final Rope rope) { method in class:ConcatenationRope
H A DAbstractRope.java109 protected CharSequence getForSequentialAccess() { method in class:AbstractRope
190 final CharSequence me = this.getForSequentialAccess();
264 return pattern.matcher(this.getForSequentialAccess());
269 return regex.matcher(this.getForSequentialAccess()).matches();
274 return Pattern.matches(regex, this.getForSequentialAccess());
/ropes-1.2.2/src/org/ahmadsoft/ropes/test/
H A DRopeTest.java533 CharSequence c = r.getForSequentialAccess();
537 c = r.getForSequentialAccess();

Completed in 3 milliseconds