coins.aflow.util
クラス CoinsList.Entry

java.lang.Object
  |
  +--coins.aflow.util.CoinsList.Entry
含まれているクラス:
CoinsList

protected static class CoinsList.Entry
extends java.lang.Object


フィールドの概要
 java.lang.Object element
           
 CoinsList.Entry next
           
 CoinsList.Entry previous
           
 
コンストラクタの概要
protected CoinsList.Entry(java.lang.Object element, CoinsList.Entry next, CoinsList.Entry previous)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

element

public java.lang.Object element

next

public CoinsList.Entry next

previous

public CoinsList.Entry previous
コンストラクタの詳細

CoinsList.Entry

protected CoinsList.Entry(java.lang.Object element,
                          CoinsList.Entry next,
                          CoinsList.Entry previous)