Uses of Class
org.mantoux.delta.Delta
-
-
Uses of Delta in org.mantoux.delta
Methods in org.mantoux.delta that return Delta Modifier and Type Method Description DeltaDelta. chop()DeltaDelta. compose(Delta other)DeltaDelta. concat(Delta other)DeltaDelta. delete(int length)DeltaDelta. insert(String arg)DeltaDelta. insert(String arg, AttributeMap attributes)DeltaDelta. invert(Delta base)DeltaDelta. push(Op newOp)DeltaDelta. retain(int length)DeltaDelta. retain(int length, AttributeMap attributes)DeltaDelta. slice(int start)DeltaDelta. slice(int start, int end)Methods in org.mantoux.delta with parameters of type Delta Modifier and Type Method Description DeltaDelta. compose(Delta other)DeltaDelta. concat(Delta other)DeltaDelta. invert(Delta base)Method parameters in org.mantoux.delta with type arguments of type Delta Modifier and Type Method Description voidDelta. eachLine(java.util.function.BiFunction<Delta,AttributeMap,Boolean> applyFunction)voidDelta. eachLine(java.util.function.BiFunction<Delta,AttributeMap,Boolean> predicate, String newLine)Constructors in org.mantoux.delta with parameters of type Delta Constructor Description Delta(Delta delta)
-