Class NetworkPorts


  • public class NetworkPorts
    extends java.lang.Object
    Models an immutable list of network port allocations
    Author:
    arnej
    • Method Detail

      • allocations

        public java.util.Collection<NetworkPorts.Allocation> allocations()
        Returns a read only collection of the port allocations of this
      • size

        public int size()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object