Documentation of 'mikera.vectorz.impl.IndexedElementVisitor' Java class
IndexedElementVisitor
mikera.vectorz.impl

Class IndexedElementVisitor



  • public abstract class IndexedElementVisitor
    extends java.lang.Object
    Visitor abstract base class for iterating over vector values, with an int index.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract double visit(int i, double value)
      Visitor function, should be overriden by visitor classes.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexedElementVisitor

        public IndexedElementVisitor()
    • Method Detail

      • visit

        public abstract double visit(int i,
                                     double value)
        Visitor function, should be overriden by visitor classes.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.