类 DeDup


  • public class DeDup
    extends java.lang.Object
    The DeDup class provides a client for reading in a sequence of words from standard input and printing each word, removing any duplicates. It is useful as a test client for various symbol table implementations.

    For additional documentation, see Section 3.5 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.

    • 方法概要

      修饰符和类型 方法 说明
      static void main​(java.lang.String[] args)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • main

        public static void main​(java.lang.String[] args)