public class Locale extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<Locale> | 
__TYPE_ARG  | 
| Constructor and Description | 
|---|
Locale(Locale delegate)  | 
Locale(Object delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
country()
Deprecated.  
 | 
static Locale | 
create()
Deprecated.  
 | 
static Locale | 
create(String language)
Deprecated.  
 | 
static Locale | 
create(String language,
      String country)
Deprecated.  
 | 
static Locale | 
create(String language,
      String country,
      String variant)
Deprecated.  
 | 
boolean | 
equals(Object o)  | 
Locale | 
getDelegate()  | 
int | 
hashCode()  | 
String | 
language()
Deprecated.  
 | 
static Locale | 
newInstance(Locale arg)  | 
String | 
toString()  | 
String | 
variant()
Deprecated.  
 | 
public static final io.vertx.lang.rx.TypeArg<Locale> __TYPE_ARG
public Locale getDelegate()
@Deprecated public static Locale create()
@Deprecated public static Locale create(String language)
@Deprecated public static Locale create(String language, String country)
@Deprecated public static Locale create(String language, String country, String variant)
@Deprecated public String language()
@Deprecated public String country()
@Deprecated public String variant()
Copyright © 2020 Eclipse. All rights reserved.