Package com.trifork.clj_ds

Examples of com.trifork.clj_ds.IMapEntry


      return new ELSeq(next);
    }

    @Override
    public EObject head() {
      IMapEntry ent = (IMapEntry) seq.first();
      return (EObject) ent.getValue();
    }
View Full Code Here

TOP

Related Classes of com.trifork.clj_ds.IMapEntry

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.