Searched refs:MAX_ROPE_DEPTH (Results 1 - 2 of 2) sorted by relevance

/ropes-1.2.5/src/org/ahmadsoft/ropes/impl/
H A DRopeUtilities.java38 private static final short MAX_ROPE_DEPTH = 96; field in class:RopeUtilities
44 * Rebalance a rope if the depth has exceeded MAX_ROPE_DEPTH. If the
45 * rope depth is less than MAX_ROPE_DEPTH or if the rope is of unknown
51 if (r instanceof AbstractRope && ((AbstractRope) r).depth() > RopeUtilities.MAX_ROPE_DEPTH) {
/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 4 milliseconds