IArrayFunction.java :  » Algebra » symja » org » matheclipse » generic » interfaces » Java Open Source

Java Open Source » Algebra » symja 
symja » org » matheclipse » generic » interfaces » IArrayFunction.java
package org.matheclipse.generic.interfaces;

public interface IArrayFunction<T> {
  T evaluate(Object[] index);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.