Class JarSet


  • public class JarSet
    extends Object
    An immutable set of JARs, specified by their URLs on the classpath.
    • Field Detail

      • EMPTY_JAR_SET

        public static final JarSet EMPTY_JAR_SET
    • Constructor Detail

      • JarSet

        public JarSet​(Set urls)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • size

        public int size()
      • iterator

        public Iterator iterator()
        Returns a read-only iterator the goes through the JAR URLs in their natural order.