亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術文章
文章詳情頁

java定義受限制的類型參數操作

瀏覽:6日期:2022-08-26 13:02:56

有時您可能想限制可以在參數化類型中用作類型參數的類型。 例如,對數字進行操作的方法可能只希望接受Number或其子類的實例。 這就是有界類型參數的用途。

受限制參數類型的方法示例

要聲明有界類型參數,請列出類型參數的名稱,后跟extends關鍵字,然后是其上限,在本例中為Number

請注意,在這種情況下,extends通常用于表示“擴展”(如在類中)或“實現”(如在接口中)。

package generics;/** * 定義受限制的方法 * * @author psdxdgK1DT * */public class Box<T> {private T t;public void set(T t) {this.t = t;}public T get() {return t;}/** * 通過修改我們的通用泛型方法以包含此有界類型參數,現在編譯將失敗,因為我們對inspect的調用仍包含String: * By modifying our generic method to include this bounded type parameter * compilation will now fail, since our invocation of inspect still includes a String: * inspect:單詞:檢查 * @param <U> * @param u */public <U extends Number> void inspect(U u) {System.out.println('T:' + t.getClass().getName());System.out.println('U:' + u.getClass().getName());}public static void main(String[] args) {Box<Integer> integerBox = new Box<Integer>();integerBox.set(new Integer('some text'));integerBox.inspect('some test');這里會出現預編譯錯誤integerBox.inspect(10);}}

在顯示器上會出現紅色的波浪線表示編譯錯誤

java定義受限制的類型參數操作

如果強行編譯則會報錯:

program run result:

Exception in thread “main” java.lang.Error: Unresolved compilation problem: The method inspect(U) in the type Box is not applicable for the arguments (String)

at generics.Box.main(Box.java:36)

譯文:

未解決的編譯錯誤

Box類的inspect(U)方法不可應用于(String)類型參數

使用受限類型參的類可調用受限邊界方法

除了限制可用于實例化泛型類型的類型外,有界類型參數還允許您調用在邊界中定義的方法:

//使用受限類型參數的類public class NaturalNumber<T extends Integer> { private T n; public NaturalNumber(T n) { this.n = n; } public boolean isEven() { return n.intValue() % 2 == 0; } // ...}

isEven方法通過n調用Integer類中定義的intValue方法。

多重受限邊界(Multiple Bounds)

The preceding example illustrates the use of a type parameter with a single bound, but a type parameter can have multiple bounds:

<T extends B1 & B2 & B3> A type variable with multiple bounds is a subtype of all the types listed in the bound. If one of the bounds is a class, it must be specified first. For example:

Class A { /* … / } interface B { / … / } interface C { / … */ }

class D <T extends A & B & C> { /* … */ } If bound A is not specified first, you get a compile-time error:

class D <T extends B & A & C> { /* … */ } // compile-time error

泛型算法

有界類型參數是實現泛型算法的關鍵。考慮下面的方法,該方法計算數組T[]中大于指定元素elem的元素數。

public static <T> int countGreaterThan(T[] anArray, T elem) { int count = 0; for (T e : anArray) if (e > elem) // compiler error ++count; return count;}The implementation of the method is straightforward,but it does not compile because the greater than operator (>) applies only to primitive typessuch as short, int, double, long, float, byte, and char. You cannot use the > operator to compare objects. To fix the problem, use a type parameterbounded by the Comparable<T> interface:public interface Comparable<T> { public int compareTo(T o);}The resulting code will be:public static <T extends Comparable<T>> int countGreaterThan(T[] anArray, T elem) { int count = 0; for (T e : anArray) //因為這里的T是受限制的類型參數,實現了Comparable接口,于是可以使用接口的方法compareTo if (e.compareTo(elem) > 0) ++count; return count;}

以上這篇java定義受限制的類型參數操作就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持好吧啦網。

標簽: Java
相關文章:
主站蜘蛛池模板: 亚洲一区三区 | 狠狠色婷婷七月色综合 | 日韩国产欧美 | 女人帮男人橹的视频网站 | 99久久免费精品高清特色大片 | 看一级黄色片 | 日韩手机看片福利精品 | 中文字幕日本一级高清片 | 国产乱人伦偷精品视频不卡 | 国产精品一区二区三区四区五区 | 男人在线网址 | 欧美一级在线全免费 | 国产成人亚洲精品一区二区在线看 | 免费国产| 日本黄色一级片视频 | 一级做a爰片久久毛片 | 国产成人精品综合在线观看 | 亚洲热综合 | 九九热国产视频 | 欧美一级黄色片在线观看 | 亚洲一区二区三区在线 | 日本色网址 | 国拍在线精品视频免费观看 | 亚洲精品一区二区三区r | 国产综合在线观看视频 | 免费爱爱的视频太爽了 | 欧美一级永久免费毛片在线 | 91粉色视频在线观看 | 国产精品99久久久久久www | 在线 丝袜 欧美 日韩 制服 | 亚洲黄色网页 | 欧美另类人妖ⅹxxx 欧美另类老人xxxx | 久久久久久国产精品mv | 欧美一级成人一区二区三区 | 亚洲精品一二三四区 | 亚洲综合一区二区精品久久 | 大片免费观看在线视频 | 中日欧洲精品视频在线 | 一级做a爰片久久毛片免费看 | 草莓视频caomei888 | 综合五月婷婷 |