T - The type of object being enumeratedpublic static class Upload.IteratorEnum<T> extends Object implements Enumeration<T>
Enumeration wrapper for an Iterator. This is needed in order to construct
a SequenceInputStream (used to concatenate upload sections), which takes an Enumeration argument.| Constructor and Description |
|---|
IteratorEnum(List<T> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
T |
nextElement() |
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<T>public T nextElement()
nextElement in interface Enumeration<T>Copyright © 2021 McEvoy Software Ltd. All rights reserved.