public abstract class AbstractPatchItem<T> extends AbstractPatch
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractPatchItem.Builder<T,P extends AbstractPatchItem<T>,B extends AbstractPatchItem.Builder<T,P,B>> |
Constructor and Description |
---|
AbstractPatchItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
getValue() |
int |
hashCode() |
void |
setValue(T value) |
getOperation, setOperation
public T getValue()
public void setValue(T value)
public int hashCode()
hashCode
in class AbstractPatch
public boolean equals(Object obj)
equals
in class AbstractPatch
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.