Package | Description |
---|---|
it.unimi.dsi.lang |
Modifier and Type | Interface and Description |
---|---|
interface |
FlyweightPrototype<T extends FlyweightPrototype<T>>
A prototype providing flyweight copies.
|
Modifier and Type | Method and Description |
---|---|
static <T extends FlyweightPrototype<T>> |
FlyweightPrototypes.copy(T prototype)
Creates a flyweight copy of the given object, or returns
null if the given object is null . |
static <T extends FlyweightPrototype<T>> |
FlyweightPrototypes.copy(T[] prototype)
Creates a flyweight copy of an array of flyweight prototypes.
|
Modifier and Type | Method and Description |
---|---|
static <T extends FlyweightPrototype<T>> |
FlyweightPrototypes.copy(T[] prototype)
Creates a flyweight copy of an array of flyweight prototypes.
|
Modifier and Type | Method and Description |
---|---|
static <T extends FlyweightPrototype<T>> |
FlyweightPrototypes.copy(T[] prototype)
Creates a flyweight copy of an array of flyweight prototypes.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.