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

/ropes-1.2.5/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.5/
H A Dropes.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ahmadsoft/ org/ahmadsoft/ropes/ org/ahmadsoft/ropes/impl/ ...

Completed in 10 milliseconds