collections 第3页
Java generics and the problems it solved.-拾光赋

Java generics and the problems it solved.

Java generics and the problems it solved.,Prior to java 1.5, there was no way to specify types for objects when we need to use them in collections. Java is supposed to be a typed l...
kity的头像-拾光赋kity6年前
03312
Having fun with dataclasses and abstract base classes-拾光赋

Having fun with dataclasses and abstract base classes

Having fun with dataclasses and abstract base classes, On dataclasses (2 Part Series) 1 Having fun with dataclasses and abstract base classes 2 Deeper into dataclasses Python is we...
kity的头像-拾光赋kity6年前
03810
Optional to stream in java 9-拾光赋

Optional to stream in java 9

Optional to stream in java 9,Last year Java 9 launched with tons of new features. In this blog post, I’m going to explain streams in Optional (introduced in Java8). Now you can ge...
kity的头像-拾光赋kity6年前
0256
Immutable Data Structures-拾光赋

Immutable Data Structures

Immutable Data Structures,Functional programming is currently on the rise due to its ability to prevent a lot of errors right out of the gate. The two corner stones of the function...
kity的头像-拾光赋kity6年前
0235
Kotlin Collections and how it compares with Java Collections API-拾光赋

Kotlin Collections and how it compares with Java Collections API

Kotlin Collections and how it compares with Java Collections API,We developers usually write software that uses collections on a daily basis, code that deals with things such as fe...
kity的头像-拾光赋kity6年前
0429
How HashMap works internally in java : A debug approach-拾光赋

How HashMap works internally in java : A debug approach

How HashMap works internally in java : A debug approach,Most common interview questions are 'How HashMap works in java', 'How get and put method of HashMap work internally'. Here...
kity的头像-拾光赋kity6年前
03513