본문 바로가기

조용한 담장

검색하기
조용한 담장
프로필사진 iosroid

  • 분류 전체보기 (125)
    • Flutter (43)
    • tips (10)
    • Dart (14)
    • Interesthing (6)
    • python (6)
    • kotlin (40)
    • Blogs I read this week (3)
    • Yocto (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
  • kotlin
  • function
  • 웹크롤러
  • 코틀린
  • 클래스
  • DART
  • List
  • 콜렉션
  • pushnamed
  • map
  • 플러터
  • 함수
  • Collection
  • crawler
  • 크롤러
  • Class
  • Flutter
  • ML
  • set
  • python
  • import
  • animation
  • 파이썬
  • texttheme
  • textstyle
  • 다트
  • variable
  • text
  • Android
  • package
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Enum (1)

조용한 담장

코틀린(Kotlin) 클래스(Class) : 열거 클래스 (Enum classes)

코틀린의 열거 클래스(enum class) 에 대해 살펴보자. 원문 https://kotlinlang.org/docs/reference/enum-classes.html 을 보며 정리. enum 타입의 클래스 이다. enum class Direction { NORTH, SOUTH, WEST, EAST } 내부의 각각의 상수(constant)들은 오브젝트이다. Initialization 각각의 enum 은 enum class 의 인스턴스 이므로 특정 값으로 초기화 될 수 있다. enum class Color(val rgb: Int) { RED(0xFF0000), GREEN(0x00FF00), BLUE(0x0000FF) } fun main() { println(Direction.NORTH.toString())..

kotlin 2019. 12. 31. 18:24
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바