Interface IndexedCollection.Processor<T>
-
- Enclosing class:
- IndexedCollection<K,T extends Comparable>
public static interface IndexedCollection.Processor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(T obj)
-
-
-
Method Detail
-
process
void process(@NotNull T obj)
-
-