net.sf.emarket.account.service
Class AccountManagerServiceImpl.CustomEntry

java.lang.Object
  extended by net.sf.emarket.account.service.AccountManagerServiceImpl.CustomEntry
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
AccountManagerServiceImpl

public class AccountManagerServiceImpl.CustomEntry
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
AccountManagerServiceImpl.CustomEntry(java.util.Map.Entry<java.lang.String,java.lang.Float> entry)
           
 
Method Summary
 int compareTo(AccountManagerServiceImpl.CustomEntry anotherEntry)
           
 int compareTo(java.lang.Object o)
           
 java.util.Map.Entry<java.lang.String,java.lang.Float> getEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountManagerServiceImpl.CustomEntry

public AccountManagerServiceImpl.CustomEntry(java.util.Map.Entry<java.lang.String,java.lang.Float> entry)
Method Detail

getEntry

public java.util.Map.Entry<java.lang.String,java.lang.Float> getEntry()

compareTo

public int compareTo(AccountManagerServiceImpl.CustomEntry anotherEntry)

compareTo

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


Copyright © 2009. All Rights Reserved.