| 程序包 | 说明 |
|---|---|
| com.goodow.realtime.operation | |
| com.goodow.realtime.operation.undo | |
| com.goodow.realtime.operation.util |
| 限定符和类型 | 方法和说明 |
|---|---|
Pair<List<T>,List<T>> |
TransformerImpl.transform(List<T> clientOps,
List<T> serverOps) |
Pair<List<T>,List<T>> |
Transformer.transform(List<T> clientOps,
List<T> serverOps) |
Pair<RealtimeOperation[],RealtimeOperation[]> |
RealtimeOperation.transformWith(Operation<Object> serverOperation) |
Pair<? extends Operation<T>[],? extends Operation<T>[]> |
Operation.transformWith(Operation<T> serverOperation) |
Pair<AbstractOperation<T>[],AbstractOperation<T>[]> |
AbstractOperation.transformWith(Operation<T> serverOperation) |
| 限定符和类型 | 方法和说明 |
|---|---|
Pair<List<T>,List<T>> |
UndoManagerPlus.redoPlus()
Effects a redo.
|
Pair<List<T>,List<T>> |
UndoManagerImpl.redoPlus() |
Pair<List<T>,List<T>> |
UndoManagerPlus.undoPlus()
Effects an undo.
|
Pair<List<T>,List<T>> |
UndoManagerImpl.undoPlus() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <A,B> Pair<A,B> |
Pair.of(A a,
B b)
Static constructor to save typing on generic arguments.
|
| 构造器和说明 |
|---|
Pair(Pair<? extends A,? extends B> pair)
Copy constructor
|
Copyright © 2013. All Rights Reserved.