Package kiss.lang.impl

Examples of kiss.lang.impl.MapEntry


    return exp;
  }

  public IMapEntry toMapEntry(Object key) {
    if (!isBound()) throw new KissException("Free symbols cannot be resolved: "+unboundDeps.toString());
    return new MapEntry((Symbol)key,value);
  }
View Full Code Here

TOP

Related Classes of kiss.lang.impl.MapEntry

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.