A B C D E F G H I K L M N O P R S T U V W X

U

UnicodeEscapesCoder - class shohaku.core.util.codec.UnicodeEscapesCoder.
Unicode escapes の文字表現へのエンコードとデコード処理を行います。
UnicodeEscapesCoder() - class shohaku.core.util.codec.UnicodeEscapesCoder のコンストラクタ
 
UnmodifiableCollection - class shohaku.core.collections.wrapper.UnmodifiableCollection.
指定されたコレクションの変更不可能なビューを提供します。
UnmodifiableCollection(Collection) - class shohaku.core.collections.wrapper.UnmodifiableCollection のコンストラクタ
ラップするコレクションを指定して初期化します。
UnmodifiableGroup - class shohaku.core.collections.wrapper.UnmodifiableGroup.
指定されたグループの変更不可能なビューを提供します。
UnmodifiableGroup(Group) - class shohaku.core.collections.wrapper.UnmodifiableGroup のコンストラクタ
ラップするグループを指定して初期化します。
UnmodifiableGroup.UnmodifiableEntry - class shohaku.core.collections.wrapper.UnmodifiableGroup.UnmodifiableEntry.
Group.Entryをラッピングする変更不可能なビューを提供します。
UnmodifiableGroup.UnmodifiableEntry(Group.Entry) - class shohaku.core.collections.wrapper.UnmodifiableGroup.UnmodifiableEntry のコンストラクタ
ラップするグループエントリを指定して初期化します。
UnmodifiableGroup.UnmodifiableEntrySet - class shohaku.core.collections.wrapper.UnmodifiableGroup.UnmodifiableEntrySet.
Group.Entryをラッピングする変更不可能なセットビューを提供します。
UnmodifiableGroup.UnmodifiableEntrySet(Set) - class shohaku.core.collections.wrapper.UnmodifiableGroup.UnmodifiableEntrySet のコンストラクタ
ラップするセットを指定して初期化します。
UnmodifiableIterator - class shohaku.core.collections.wrapper.UnmodifiableIterator.
指定された反復子の変更不可能なビューを提供します。
UnmodifiableIterator(Iterator) - class shohaku.core.collections.wrapper.UnmodifiableIterator のコンストラクタ
ラップする反復子を指定して初期化します。
UnmodifiableList - class shohaku.core.collections.wrapper.UnmodifiableList.
指定されたセットの変更不可能なビューを提供します。
UnmodifiableList(List) - class shohaku.core.collections.wrapper.UnmodifiableList のコンストラクタ
ラップするセットを指定して初期化します。
UnmodifiableListIterator - class shohaku.core.collections.wrapper.UnmodifiableListIterator.
指定されたリストの反復子の変更不可能なビューを提供します。
UnmodifiableListIterator(ListIterator) - class shohaku.core.collections.wrapper.UnmodifiableListIterator のコンストラクタ
ラップするリストの反復子を指定して初期化します。
UnmodifiableMap - class shohaku.core.collections.wrapper.UnmodifiableMap.
指定されたマップの変更不可能なビューを提供します。
UnmodifiableMap(Map) - class shohaku.core.collections.wrapper.UnmodifiableMap のコンストラクタ
ラップするマップを指定して初期化します。
UnmodifiableMap.UnmodifiableEntry - class shohaku.core.collections.wrapper.UnmodifiableMap.UnmodifiableEntry.
Map.Entryをラッピングする変更不可能なビューを提供します。
UnmodifiableMap.UnmodifiableEntry(Map.Entry) - class shohaku.core.collections.wrapper.UnmodifiableMap.UnmodifiableEntry のコンストラクタ
ラップするマップエントリを指定して初期化します。
UnmodifiableMap.UnmodifiableEntrySet - class shohaku.core.collections.wrapper.UnmodifiableMap.UnmodifiableEntrySet.
Map.Entryをラッピングする変更不可能なセットビューを提供します。
UnmodifiableMap.UnmodifiableEntrySet(Set) - class shohaku.core.collections.wrapper.UnmodifiableMap.UnmodifiableEntrySet のコンストラクタ
ラップするセットを指定して初期化します。
UnmodifiableSet - class shohaku.core.collections.wrapper.UnmodifiableSet.
指定されたセットの変更不可能なビューを提供します。
UnmodifiableSet(Set) - class shohaku.core.collections.wrapper.UnmodifiableSet のコンストラクタ
ラップするセットを指定して初期化します。
unbox(Character) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ値に変換して返却します。
unbox(Boolean) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ値に変換して返却します。
unbox(Byte) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ値に変換して返却します。
unbox(Short) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ値に変換して返却します。
unbox(Integer) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ値に変換して返却します。
unbox(Long) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ値に変換して返却します。
unbox(Float) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ値に変換して返却します。
unbox(Double) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ値に変換して返却します。
unbox(Character, char) - class shohaku.core.lang.Boxing の static メソッド
nullの場合nullValueを以外はプリミティブ値に変換して返却します。
unbox(Boolean, boolean) - class shohaku.core.lang.Boxing の static メソッド
nullの場合nullValueを以外はプリミティブ値に変換して返却します。
unbox(Byte, byte) - class shohaku.core.lang.Boxing の static メソッド
nullの場合nullValueを以外はプリミティブ値に変換して返却します。
unbox(Short, short) - class shohaku.core.lang.Boxing の static メソッド
nullの場合nullValueを以外はプリミティブ値に変換して返却します。
unbox(Integer, int) - class shohaku.core.lang.Boxing の static メソッド
nullの場合nullValueを以外はプリミティブ値に変換して返却します。
unbox(Long, long) - class shohaku.core.lang.Boxing の static メソッド
nullの場合nullValueを以外はプリミティブ値に変換して返却します。
unbox(Float, float) - class shohaku.core.lang.Boxing の static メソッド
nullの場合nullValueを以外はプリミティブ値に変換して返却します。
unbox(Double, double) - class shohaku.core.lang.Boxing の static メソッド
nullの場合nullValueを以外はプリミティブ値に変換して返却します。
unbox(Character[]) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します。
unbox(Boolean[]) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します。
unbox(Byte[]) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します。
unbox(Short[]) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します。
unbox(Integer[]) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します。
unbox(Long[]) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します。
unbox(Float[]) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します。
unbox(Double[]) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します。
unbox(Character[], char) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します、要素がnullの場合nullValueを割り当てます。
unbox(Boolean[], boolean) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します、要素がnullの場合nullValueを割り当てます。
unbox(Byte[], byte) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します、要素がnullの場合nullValueを割り当てます。
unbox(Short[], short) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します、要素がnullの場合nullValueを割り当てます。
unbox(Integer[], int) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します、要素がnullの場合nullValueを割り当てます。
unbox(Long[], long) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します、要素がnullの場合nullValueを割り当てます。
unbox(Float[], float) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します、要素がnullの場合nullValueを割り当てます。
unbox(Double[], double) - class shohaku.core.lang.Boxing の static メソッド
プリミティブ型の配列に変換して返却します、要素がnullの場合nullValueを割り当てます。
unboxClass(Class) - class shohaku.core.lang.Boxing の static メソッド
ラッパー型のクラスをプリミティブ型のクラスに変換し返却します。
unmodifiableGroup(Group) - class shohaku.core.collections.group.GroupUtils の static メソッド
指定されたグループの変更不可能なビューを返却します。
unmodifiableIterator(Iterator) - class shohaku.core.collections.IteratorUtils の static メソッド
更新不可の反復子にラッピングして返却します。
unmodifiableKeys - class shohaku.core.util.AbstractXProperties の変数
プロパティキーを普遍Setで保管します。
unmodifiableListIterator(ListIterator) - class shohaku.core.collections.ListIteratorUtils の static メソッド
更新不可のリストイテレータにラッピングして返却します。

A B C D E F G H I K L M N O P R S T U V W X