Class TributarySlot


  • public class TributarySlot
    extends Object
    Implementation of ODU Tributary Slot simply designated by an index number of slot.
    • Constructor Detail

      • TributarySlot

        public TributarySlot​(long index)
        Creates an instance representing the TributarySlot specified by the given index number.
        Parameters:
        index - index number of wavelength
    • Method Detail

      • index

        public long index()
        Returns the index number of TributarySlot.
        Returns:
        the index number of TributarySlot
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object