Interface DProcessIdx<T>

All Known Implementing Classes:
DProcessIdx.DoNothing

public interface DProcessIdx<T>
Function which processes an object and passes in an integer that represents the index
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Default implementation which does nothing
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(int index, T o)
     
  • Method Details

    • process

      void process(int index, T o)