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

/ropes-1.2.5/src/org/ahmadsoft/ropes/impl/
H A DConcatenationRope.java50 this.depth = (byte) (Math.max(RopeUtilities.INSTANCE.depth(left), RopeUtilities.INSTANCE.depth(right)) + 1);
153 return RopeUtilities.INSTANCE.rebalance(this);
158 return RopeUtilities.INSTANCE.concatenate(this.getRight().reverse(), this.getLeft().reverse());
183 return RopeUtilities.INSTANCE.concatenate(
H A DAbstractRope.java45 return RopeUtilities.INSTANCE.concatenate(this, Rope.BUILDER.build(String.valueOf(c)));
50 return RopeUtilities.INSTANCE.concatenate(this, Rope.BUILDER.build(suffix));
55 return RopeUtilities.INSTANCE.concatenate(this, Rope.BUILDER.build(csq).subSequence(start, end));
334 return RopeUtilities.INSTANCE.concatenate(
349 return RopeUtilities.INSTANCE.concatenate(
H A DReverseRope.java59 return RopeUtilities.INSTANCE.depth(this.rope);
H A DSubstringRope.java61 return RopeUtilities.INSTANCE.depth(getRope());
H A DRopeUtilities.java41 public static RopeUtilities INSTANCE = new RopeUtilities(); field in class:RopeUtilities
195 out.println("rope(length=" + r.length() + ", leaf nodes=" + leafNodes.size() + ", non-leaf nodes=" + nonLeaf + ", depth=" + RopeUtilities.INSTANCE.depth(r) + ")");
/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 23 milliseconds