TranslatorOptions

  • TranslatorOptions are options for the Translator class.

  • A Builder class is available to create TranslatorOptions instances.

  • Public methods include equals and hashCode.

public class TranslatorOptions extends Object

Options for Translator.

Nested Class Summary

class TranslatorOptions.Builder Builder to create a TranslatorOptions instance. 

Public Method Summary

boolean
equals(Object o)
Indicates whether some other object is "equal to" this one.
int
hashCode()
Returns a hash code value for the object.

Inherited Method Summary

Public Methods

public boolean equals (Object o)

Indicates whether some other object is "equal to" this one.

public int hashCode ()

Returns a hash code value for the object.