Class SharedImages
- java.lang.Object
-
- com.woorea.openstack.glance.model.SharedImages
-
- All Implemented Interfaces:
Serializable,Iterable<SharedImage>
public class SharedImages extends Object implements Iterable<SharedImage>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SharedImages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SharedImage>getList()Iterator<SharedImage>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getList
public List<SharedImage> getList()
- Returns:
- the list
-
iterator
public Iterator<SharedImage> iterator()
- Specified by:
iteratorin interfaceIterable<SharedImage>
-
-