Acme.Serve
Class Serve.LocaleWithWeight

java.lang.Object
  extended by Acme.Serve.Serve.LocaleWithWeight
All Implemented Interfaces:
Comparable
Enclosing class:
Serve

protected static class Serve.LocaleWithWeight
extends Object
implements Comparable


Field Summary
protected  Locale locale
           
protected  float weight
           
 
Method Summary
 int compareTo(Object o)
           
 Locale getLocale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weight

protected float weight

locale

protected Locale locale
Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

getLocale

public Locale getLocale()


Copyright © 2011. All Rights Reserved.