Package clojure.lang

Examples of clojure.lang.MapEntry


            assert i >= 0;
            this.i = i;
        }

        public Object first() {
            return new MapEntry(fields.get(i), values.get(i));
        }
View Full Code Here


      assert i >= 0;
      this.i = i;
    }

    public Object first() {
      return new MapEntry(fields.get(i), values.get(i));
    }
View Full Code Here

TOP

Related Classes of clojure.lang.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.