Package com.tananaev.jsonpatch
Class JsonPatch
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList<E>
-
- java.util.LinkedList<AbsOperation>
-
- com.tananaev.jsonpatch.JsonPatch
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<AbsOperation>,java.util.Collection<AbsOperation>,java.util.Deque<AbsOperation>,java.util.List<AbsOperation>,java.util.Queue<AbsOperation>
public class JsonPatch extends java.util.LinkedList<AbsOperation>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonPatch()
-
Method Summary
-
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArray
-
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll
-
-
-
-
Method Detail
-
apply
public com.google.gson.JsonElement apply(com.google.gson.JsonElement original)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.util.AbstractCollection<AbsOperation>
-
-