Uses of Class
org.mantoux.delta.AttributeMap
-
-
Uses of AttributeMap in org.mantoux.delta
Methods in org.mantoux.delta that return AttributeMap Modifier and Type Method Description AttributeMapOp. attributes()AttributeMapAttributeMap. copy()Methods in org.mantoux.delta with parameters of type AttributeMap Modifier and Type Method Description DeltaDelta. insert(String arg, AttributeMap attributes)static OpOp. insert(String arg, AttributeMap attributes)DeltaDelta. retain(int length, AttributeMap attributes)static OpOp. retain(int length, AttributeMap attributes)Method parameters in org.mantoux.delta with type arguments of type AttributeMap 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 AttributeMap Constructor Description AttributeMap(AttributeMap b)
-