durtchrt
hello world

Lower Bounded Wildcards

자바 제네릭스(13) Java Generics: 하위 제한 와일드카드(Lower Bounded Wildcards)

  • Nov 7, 2016
  • JAVA
원문링크 하위 제한 와일드카드 Lower Bounded Wildcards 상위제한와일드카드장은 특정 타입이나 그 특정타입의 서브타입을 알 수 없을때는 ‘extends’ 키워드를 사용하는 것을 보여줬다. 비슷한 것으로, 하위제한와일드카드는 특정타입이나 그 특정 타입의 슈퍼타입을 제한하고자할때 사용한다. The Upper Bounded Wildcards section shows that an upper bounded wildcard restricts the unknown type to be a specific type or a subtype of that type and is represented using the extends keyword. In a similar way, a lower bounded wildcard restricts the unknown type to be a specific type or a super type of that type.
AUTHOR
boojongmin

Hello world!

LATESTS
Spring WebFlux
  • Nov 9, 2017
  • ENGLISH
컨퍼런스 후기:20161221 AKKA
  • Dec 21, 2016
  • CONFERENCE
20161212: hazelcast 교육 내용 정리
  • Dec 12, 2016
  • CONFERENCE
인텔리J 단축키 모음
  • Nov 30, 2016
  • IDE
20161125 나는 프로그래머다 컨퍼런스
  • Nov 25, 2016
  • CONFERENCE
[발번역]The Java™ Tutorials - 2-2. Pausing Execution with Sleep
  • Nov 24, 2016
  • JAVA
[발번역]The Java™ Tutorials - 2-1. 쓰레드 정의와 시작 Defining and Starting a Thread
  • Nov 24, 2016
  • JAVA
[발번역]The Java™ Tutorials - 2. Thread Objects
  • Nov 24, 2016
  • JAVA
[발번역]The Java™ Tutorials - 1. Processes and Threads
  • Nov 24, 2016
  • JAVA
[발번역]The Java™ Tutorials - 0. Concurrency
  • Nov 24, 2016
  • JAVA
TAGS
  • java
  • generics
  • 번역
  • concurrency
  • 4clojure
  • bounded-type-parameter
  • clojure
  • favorite
  • generic-method
  • inheritance

© durtchrt

Powered by Hugo.

Robust designed by Daisuke Tsuji.