org.apache.commons.lang.enum
クラス Enum.Entry

java.lang.Object
  拡張org.apache.commons.lang.enum.Enum.Entry
含まれているクラス:
Enum

private static class Enum.Entry
extends Object

ソースコードの順序を保持してイテレータを使用可能とします。

Enable the iterator to retain the source code order


フィールドの概要
(パッケージプライベート)  List list
          ソースコード内の順番で格納する List。
(パッケージプライベート)  Map map
          Enumを名称でマップする Map。
 
コンストラクタの概要
private Enum.Entry()
          制限されたコンストラクタ。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

map

final Map map
Enumを名称でマップする Map。
Map of Enum name to Enum


list

final List list
ソースコード内の順番で格納する List。
List of Enums in source code order

コンストラクタの詳細

Enum.Entry

private Enum.Entry()
制限されたコンストラクタ。
Restrictive constructor



このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation