durtchrt
hello world

Upper Bounded Wildcard

자바 제네릭스(12) Java Generics: 상위 제한된 와일드카드(Upper Bounded Wildcards)

  • Nov 7, 2016
  • JAVA
원문링크 제한없는 와일드카드 Unbounded Wildcards 제한없는 와일드카드 타입은 와일드카드 문자(‘?’)만 사용한것이다. 예를 들면 List<?>와 같다. List<?>의 ?는 List의 ‘알수없는 타입(unkown type)‘이라고 부른다. 아래 두개의 시나리오는 제한없는 와일드카드가 유용한 접근법이다. The unbounded wildcard type is specified using the wildcard character (?), for example, List<?>. This is called a list of unknown type. There are two scenarios where an unbounded wildcard is a useful approach: Object 클래스에서 제공하는 기능(메서드)을 사용하도록 메서드를 구현할 때.
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.