Package narzedzia

Examples of narzedzia.Pair


public class Variable extends Expression{
  private static Collection c=new Collection();

  public static void add(String s, int n) throws Exception {
    try {
      c.insert(new Pair(s,n));
    }
    catch (Exception e) {
      c.update(s,n);
    }
  }
View Full Code Here

TOP

Related Classes of narzedzia.Pair

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.