/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.eitchnet.ch
| | ryanharter.com
2.6 parsecs away

Travel
| | Value types in Java are hard. Well, not hard, but tedious. Google's AutoValue library makes them much easier and has just received the long awaited update that adds the flexibility of extensions. Value Types in Java Before we can talk about how great AutoValue is, let's look at the problem it solves: value types. A value type is simply an immutable objects whose equality is based on property values, as opposed to identity.
| | www.artima.com
2.8 parsecs away

Travel
| |
| | initialcommit.com
2.3 parsecs away

Travel
| | By default, the java super class java.lang.Object provides 2 important methods: equals() and hashcode() for comparing objects, these methods become very useful when implementing large business which requires interactions between several classes.
| | enterprisecraftsmanship.com
16.9 parsecs away

Travel
| My new online training course about Encapsulating EF Core Usagewent live.