Class TransportSet.Singleton

    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      Singleton​(java.lang.String transport)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.String transport)
      Checks if the given transport is contained in this set.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Singleton

        public Singleton​(java.lang.String transport)
    • Method Detail

      • contains

        public boolean contains​(java.lang.String transport)
        Description copied from interface: TransportSet
        Checks if the given transport is contained in this set.
        Specified by:
        contains in interface TransportSet