PageResponse
@Deprecated public class PartialList<T> extends Object
Constructor and Description |
---|
PartialList(int available,
int start,
int count,
Iterable<T> list)
Deprecated.
|
PartialList(int available,
int start,
List<T> list)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> PartialList<T> |
empty()
Deprecated.
|
static <T> PartialList<T> |
forAll(Iterable<T> iterable)
Deprecated.
|
int |
getAvailable()
Deprecated.
|
int |
getCount()
Deprecated.
|
List<T> |
getList()
Deprecated.
|
int |
getStart()
Deprecated.
|
public static <T> PartialList<T> empty()
public static <T> PartialList<T> forAll(Iterable<T> iterable)
public int getAvailable()
public int getStart()
public int getCount()
Copyright © 2003–2020 Atlassian. All rights reserved.