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

/ropes-1.1.3/src/org/ahmadsoft/ropes/impl/
H A DRopeUtilities.java2 * RopeUtilities.java
34 class RopeUtilities { class
40 public static RopeUtilities INSTANCE = new RopeUtilities();
50 if (r instanceof AbstractRope && ((AbstractRope) r).depth() > RopeUtilities.MAX_ROPE_DEPTH) {
116 if (depth >= RopeUtilities.FIBONACCI.length - 2)
118 return (RopeUtilities.FIBONACCI[depth + 2] <= r.length());
127 final Rope[] ropes = new Rope[RopeUtilities.FIBONACCI.length];
142 for (pos=2; pos<RopeUtilities.FIBONACCI.length-1; ++pos) {
145 if (RopeUtilities
[all...]

Completed in 2 milliseconds