Tagged articles

Primitives

3 articles · Page 1 of 1
Programmer1970
Programmer1970
Oct 21, 2024 · Backend Development

Master Google Guava: 40 Practical Examples to Supercharge Your Java Code

This article walks through the most commonly used Google Guava packages, demonstrating how to handle strings, collections, primitives, I/O, and various utility classes with concise code snippets and practical tips to boost Java development productivity.

Google GuavaGuava utilitiesHashing
0 likes · 18 min read
Master Google Guava: 40 Practical Examples to Supercharge Your Java Code
Node Underground
Node Underground
Mar 27, 2020 · Frontend Development

How JavaScript Accesses Properties on Primitives: An ECMAScript Spec Walkthrough

This article explores how JavaScript’s ECMAScript specification defines property access on primitive values, detailing the runtime semantics of member expressions, abstract operations like GetValue and ToObject, internal slots, records, and the behavior of methods such as String.prototype.substring when invoked with various receivers.

ECMAScriptPrimitivesproperty access
0 likes · 19 min read
How JavaScript Accesses Properties on Primitives: An ECMAScript Spec Walkthrough
Qunar Tech Salon
Qunar Tech Salon
Nov 24, 2014 · Fundamentals

Guava Utilities: Joiner, Splitter, CharMatcher, Charsets, CaseFormat, and Primitive Types

This article explains how to use Guava's Joiner, Splitter, CharMatcher, Charsets, CaseFormat, and primitive‑type utilities—including code examples, method tables, and best‑practice notes—to simplify string handling, character matching, charset conversion, case conversion, and primitive array operations in Java.

PrimitivesString Manipulationcharmatcher
0 likes · 17 min read
Guava Utilities: Joiner, Splitter, CharMatcher, Charsets, CaseFormat, and Primitive Types