A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
UnsupportedOperationException — Class in package com.ericfeminella.utils.iterators
A concrete Iterator must provide an implementation of the Remove method.
UnsupportedOperationException() — Constructor in class com.ericfeminella.utils.iterators.UnsupportedOperationException
Throws an UnsupportedOperationException specifying that a method is not supported:

UnsupportedOperationException: An unimplemented operation has been invoked

UnsupportedTypeError — Class in package com.ericfeminella.utils.iterators
A specific Iterator implementation may only contain one type of aggregate to iterate over.
UnsupportedTypeError(type) — Constructor in class com.ericfeminella.utils.iterators.UnsupportedTypeError
Throws an error specifying the aggregate type which must be used in an iterator call to setAggregate
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z