-
# item32. 제네릭과 가변인수를 함께 쓸 때는 신중하라
## 가변 인수(varargs) 메서드
- 제네릭과 함께 자바 5에 추가
- 메서드에 넘기는 인수의 갯수를 클라이언트가 조절할 수 있게 하지만, 구현 방식에 허점이 있다.
- 가변 인수 메서드를 호출하면 가변 인수를 담기 위한 배열이 자동으로 하나 만들어진다.
- 그리고 이 배열이 클…
-
Hi,
I was wondering what the suggested approach is for lists longer than the screen height. The only way to scroll down seems to be dragging something further down. But I am wondering if it's possi…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-snap-carousel@3.9.1` for the project I'm…
-
Criar um banco de dados para armazenar a lista com os seguintes campos
- data que lista foi criada
- itens da lista
Decidir se vai ser armazenada primeiro no próprio dispositivo ou em outro l…
-
**Describe the bug**
When adding several embed blocks that show the inline preview, the block list's scroll behaves oddly producing jumps when scrolling the content down and up.
**To Reproduce**
…
-
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-snap-carousel@3.9.1` for the project I'm…
-
### Description
I create a project to test shared animation.
when i click new transition when old transition not end yet.
old element is blank( i think opacity is 0 )
Then, transition working wr…
-
-
**Is your feature request related to a problem? Please describe.**
I have a parameter B that greatly increases search space. I want to investigate b only when some values of A are hit but I still wan…