Class MmsiValidator2


  • public final class MmsiValidator2
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid​(long mmsi)
      Returns true if and only if the mmsi is a series of 9 digits and is not one of a set of bad identifiers e.g.
      • Methods inherited from class java.lang.Object

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

      • isValid

        public boolean isValid​(long mmsi)
        Returns true if and only if the mmsi is a series of 9 digits and is not one of a set of bad identifiers e.g. 123456789.
        Parameters:
        mmsi -
        Returns: