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()static AttributeMapAttributeMap. of(String key, Object value)static AttributeMapAttributeMap. of(String key0, Object value0, String key1, Object value1)static AttributeMapAttributeMap. of(String key0, Object value0, String key1, Object value1, String key2, Object value2)static AttributeMapAttributeMap. of(String key0, Object value0, String key1, Object value1, String key2, Object value2, String key3, Object value3)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)
-