Class GolangDependencySet

    • Constructor Detail

      • GolangDependencySet

        public GolangDependencySet​(java.util.Collection<? extends GolangDependency> dependencies)
      • GolangDependencySet

        public GolangDependencySet()
    • Method Detail

      • findByName

        public java.util.Optional<GolangDependency> findByName​(java.lang.String name)
      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface java.util.Collection<GolangDependency>
        Specified by:
        equals in interface java.util.Set<GolangDependency>
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.util.Collection<GolangDependency>
        Specified by:
        hashCode in interface java.util.Set<GolangDependency>
        Overrides:
        hashCode in class java.lang.Object
      • size

        public int size()
        Specified by:
        size in interface java.util.Collection<GolangDependency>
        Specified by:
        size in interface java.util.Set<GolangDependency>
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface java.util.Collection<GolangDependency>
        Specified by:
        isEmpty in interface java.util.Set<GolangDependency>
      • contains

        public boolean contains​(java.lang.Object o)
        Specified by:
        contains in interface java.util.Collection<GolangDependency>
        Specified by:
        contains in interface java.util.Set<GolangDependency>
      • toArray

        public java.lang.Object[] toArray()
        Specified by:
        toArray in interface java.util.Collection<GolangDependency>
        Specified by:
        toArray in interface java.util.Set<GolangDependency>
      • toArray

        public <T> T[] toArray​(T[] a)
        Specified by:
        toArray in interface java.util.Collection<GolangDependency>
        Specified by:
        toArray in interface java.util.Set<GolangDependency>
      • remove

        public boolean remove​(java.lang.Object o)
        Specified by:
        remove in interface java.util.Collection<GolangDependency>
        Specified by:
        remove in interface java.util.Set<GolangDependency>
      • containsAll

        public boolean containsAll​(java.util.Collection<?> c)
        Specified by:
        containsAll in interface java.util.Collection<GolangDependency>
        Specified by:
        containsAll in interface java.util.Set<GolangDependency>
      • retainAll

        public boolean retainAll​(java.util.Collection<?> c)
        Specified by:
        retainAll in interface java.util.Collection<GolangDependency>
        Specified by:
        retainAll in interface java.util.Set<GolangDependency>
      • removeAll

        public boolean removeAll​(java.util.Collection<?> c)
        Specified by:
        removeAll in interface java.util.Collection<GolangDependency>
        Specified by:
        removeAll in interface java.util.Set<GolangDependency>
      • clear

        public void clear()
        Specified by:
        clear in interface java.util.Collection<GolangDependency>
        Specified by:
        clear in interface java.util.Set<GolangDependency>