-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathIterator Interface
26 lines (19 loc) · 1.21 KB
/
Iterator Interface
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
IMP link for understanding Iterator Interface in Java
http://www.youtube.com/watch?v=5TaZbcXkpxs
The following below classes implement the Iterator Interface:
All Known Implementing Classes:
AbstractCollection, AbstractList, AbstractQueue,
AbstractSequentialList, AbstractSet, ArrayBlockingQueue,
ArrayDeque, ArrayList, AttributeList, BatchUpdateException,
BeanContextServicesSupport,BeanContextSupport, ConcurrentLinkedQueue,
ConcurrentSkipListSet, CopyOnWriteArrayList, CopyOnWriteArraySet, DataTruncation,
DelayQueue, EnumSet, HashSet, JobStateReasons,LinkedBlockingDeque,
LinkedBlockingQueue, LinkedHashSet, LinkedList, PriorityBlockingQueue,
PriorityQueue, RoleList, RoleUnresolvedList, RowSetWarning, SerialException,
ServiceLoader,SQLClientInfoException, SQLDataException, SQLException,
SQLFeatureNotSupportedException, SQLIntegrityConstraintViolationException,
SQLInvalidAuthorizationSpecException,SQLNonTransientConnectionException,
SQLNonTransientException, SQLRecoverableException, SQLSyntaxErrorException,
SQLTimeoutException, SQLTransactionRollbackException,SQLTransientConnectionException,
SQLTransientException, SQLWarning, Stack, SyncFactoryException, SynchronousQueue,
SyncProviderException, TreeSet, Vector