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

U

UnmodifiableIterator - class shohaku.core.collections.decorator.UnmodifiableIterator.
指定された反復子の変更不可能なビューを提供します。
UnmodifiableIterator(Iterator) - class shohaku.core.collections.decorator.UnmodifiableIterator のコンストラクタ
ラップする反復子を指定して初期化します。
UnmodifiableListIterator - class shohaku.core.collections.decorator.UnmodifiableListIterator.
指定されたリスト反復子の変更不可能なビューを提供します。
UnmodifiableListIterator(ListIterator) - class shohaku.core.collections.decorator.UnmodifiableListIterator のコンストラクタ
ラップするリスト反復子を指定して初期化します。
UrlInputResource - class shohaku.core.resource.UrlInputResource.
URLが示すリソースの入力ストリームを返す入力リソースを提供します。
UrlInputResource(String) - class shohaku.core.resource.UrlInputResource のコンストラクタ
URL文字列からURLオブジェクトを作成して初期化します。
UrlInputResource(URL) - class shohaku.core.resource.UrlInputResource のコンストラクタ
URLオブジェクトを格納して初期化します。
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 メソッド
ラッパー型のクラスをプリミティブ型のクラスに変換し返却します。
unextendsCollection(Collection) - class shohaku.core.collections.CollectionsUtils の static メソッド
実装型に固有の機能へのアクセスを制限したコレクションを返却します。
unextendsIterator(Iterator) - class shohaku.core.collections.IteratorUtils の static メソッド
実装型に固有の機能へのアクセスを制限した反復子を返却します。
unextendsList(List) - class shohaku.core.collections.ListUtils の static メソッド
実装型に固有の機能へのアクセスを制限したリストを返却します。
unextendsListIterator(ListIterator) - class shohaku.core.collections.ListIteratorUtils の static メソッド
実装型に固有の機能へのアクセスを制限した反復子を返却します。
unextendsMap(Map) - class shohaku.core.collections.MapUtils の static メソッド
実装型に固有の機能へのアクセスを制限したマップを返却します。
unextendsSet(Set) - class shohaku.core.collections.SetUtils の static メソッド
実装型に固有の機能へのアクセスを制限したセットを返却します。
unmodifiableIterator(Iterator) - class shohaku.core.collections.IteratorUtils の static メソッド
更新不可の反復子に装飾して返却します。
unmodifiableListIterator(ListIterator) - class shohaku.core.collections.ListIteratorUtils の static メソッド
更新不可のリスト反復子に装飾して返却します。

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