Skip to main content

One doc tagged with "records"

View All Tags

Record Classes

With JDK 14 record classes were introduced, which are a new kind of type declaration. They are especially useful for passing around immutable data containers. For example consider the immutable class below.