This commit is contained in:
Redkale
2018-01-05 08:24:11 +08:00
parent 402255ba0d
commit 8ff829f1b1

View File

@@ -101,6 +101,11 @@ public final class Flipper implements Serializable, Cloneable {
return this; return this;
} }
public Flipper unlimit() {
this.limit = 0;
return this;
}
public int getOffset() { public int getOffset() {
return offset; return offset;
} }