List of utility methods to do Object Size
if (o instanceof Collection) return ((Collection) o).size(); else if (o instanceof Map) return ((Map) o).size(); else if (o instanceof Object[]) return ((Object[]) o).length; else if (o instanceof boolean[]) return ((boolean[]) o).length; ...
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル