kalpa

  • 홈
  • 태그
  • 방명록

list 2

Comparator 와 Comparable

public interface Comparator { int compare(Object o1, Object o2); boolean equals(Object obj); // equals를 overriding 하라는 } public interface Comparable { int compareTo(Object o); } Integer에 구현된 comparable public final class Integer extends Number implements Comparable { public int compareTo(Integer anotherInteger){ int v1 = this.value; // 나 자신 int v2 = anotherInteger.value; // 받은 값 return (v1 < v2 ..

kotlin/java 2023.01.06

LinkedList

배열에 비해서 접근성이 안 좋음 double linked list가 있음(이중 원형 연결리스트도 있음) ArrayList의 단점인 내용 추가/삭제를 용이하게 하기 위해 만듬 접근성은 ArrayList가 좋ㅇ

kotlin/java 2023.01.06
이전
1
다음
더보기
프로필사진

  • 분류 전체보기 (182)
    • React (5)
    • Spring (66)
      • spring_유용한것 (12)
      • spring secutiry (3)
      • spring_old (35)
    • GitHub (0)
    • Android-jetpack Compose (20)
    • kotlin (38)
      • java (16)
    • intellij (4)
    • memo (34)
      • Linux (19)
      • myNotOpen (1)
    • WEB (13)
      • javascript (5)
      • html,css (5)
      • mysql (3)
    • INTRO (1)

Tag

project basic, list, Collections, spring web mvc template, hilt and dagger, dependancy injection, Spring, api 전달, start.string.io, 개발 순서, userdetailsmanager, user accounts, room error, not jpa, web전달, Jetpack Compose, db연계, build ok run error, jetpack navigateion component, MariaDB,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/06   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :
LOGCENTER

티스토리툴바