Uses of Class
org.mantoux.delta.AttributeMap
-
Uses of AttributeMap in org.mantoux.delta
Methods in org.mantoux.delta that return AttributeMapModifier and TypeMethodDescriptionOp.attributes()AttributeMap.copy()static AttributeMapstatic AttributeMapstatic AttributeMapstatic 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 AttributeMapModifier and TypeMethodDescriptionDelta.insert(Object arg, AttributeMap attributes) static OpOp.insert(Object arg, AttributeMap attributes) Delta.retain(int length, AttributeMap attributes) static OpOp.retain(int length, AttributeMap attributes) Method parameters in org.mantoux.delta with type arguments of type AttributeMapModifier and TypeMethodDescriptionvoidDelta.eachLine(BiFunction<Delta, AttributeMap, Boolean> applyFunction) voidDelta.eachLine(BiFunction<Delta, AttributeMap, Boolean> predicate, String newLine) Constructors in org.mantoux.delta with parameters of type AttributeMap