
com.evrythng.commons.pagination.Page Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evrythng-commons Show documentation
Show all versions of evrythng-commons Show documentation
Public common EVRYTHNG classes.
/*
* (c) Copyright 2016 EVRYTHNG Ltd London / Zurich
* www.evrythng.com
*/
package com.evrythng.commons.pagination;
import com.evrythng.commons.domain.Size;
import org.pcollections.PVector;
public interface Page {
PVector elements();
QUERY query();
Size size();
boolean hasNext();
TOKEN token();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy