Transforming collections in LibFX 0.3.0 are stateless views onto existing Java collections that make them appear to hold elements of a different type. They work by applying a pair of inverse transformation functions to convert between inner and outer types on demand, forwarding all calls to the underlying collection. Key
Sort: