public class Completions extends Object
Completion objects.| Modifier and Type | Method and Description | 
|---|---|
| static Completion | of(String value)Returns a completion of the value and an empty message | 
| static Completion | of(String value,
  String message)Returns a completion of the value and message. | 
public static Completion of(String value, String message)
value - the text of the completionmessage - a message about the completionpublic static Completion of(String value)
value - the text of the completion 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, 2016, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.