Class DProcessIdx.DoNothing<T>

java.lang.Object
org.ddogleg.struct.DProcessIdx.DoNothing<T>
All Implemented Interfaces:
Serializable, DProcessIdx<T>
Enclosing interface:
DProcessIdx<T>

public static class DProcessIdx.DoNothing<T> extends Object implements DProcessIdx<T>, Serializable
Default implementation which does nothing
See Also:
  • Constructor Details

    • DoNothing

      public DoNothing()
  • Method Details

    • process

      public void process(int index, T o)
      Specified by:
      process in interface DProcessIdx<T>