org.omg.dds.sub
Interface Sample.Iterator<IT_DATA>
- All Superinterfaces:
- java.util.Iterator<Sample<IT_DATA>>, java.util.ListIterator<Sample<IT_DATA>>
- Enclosing interface:
- Sample<TYPE>
public static interface Sample.Iterator<IT_DATA>
- extends java.util.ListIterator<Sample<IT_DATA>>
| Methods inherited from interface java.util.ListIterator |
hasNext, hasPrevious, next, nextIndex, previous, previousIndex |
returnLoan
void returnLoan()
- The samples provided by this iterator have been loaned from a
pool maintained by the Service; return that loan now.
remove
void remove()
- Specified by:
remove in interface java.util.Iterator<Sample<IT_DATA>>- Specified by:
remove in interface java.util.ListIterator<Sample<IT_DATA>>
- Throws:
java.lang.UnsupportedOperationException - always.
set
void set(Sample<IT_DATA> o)
- Specified by:
set in interface java.util.ListIterator<Sample<IT_DATA>>
- Throws:
java.lang.UnsupportedOperationException - always.
add
void add(Sample<IT_DATA> o)
- Specified by:
add in interface java.util.ListIterator<Sample<IT_DATA>>
- Throws:
java.lang.UnsupportedOperationException - always.
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.