T - the value type@NotThreadSafe public class SingleIterator<T> extends Object implements Iterator<T>
Iterator that is used to iterate over a single, fixed value.| Constructor and Description |
|---|
SingleIterator(T value) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.