public class Completions extends Object
Completion对象的实用类。 
      | Modifier and Type | Method and Description | 
|---|---|
| static Completion | of(String value)
              返回值的完成和空消息 
             | 
| static Completion | of(String value, String message)
              返回值和消息的完成。 
             | 
public static Completion of(String value, String message)
value - 完成的文本 
           message - 有关完成的消息 
           public static Completion of(String value)
value - 完成的文本 
            Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.