Home Identifier Source Repository
import {ObjectStorage} from 'deep-core/lib/Generic/ObjectStorage.js'
public class | source

ObjectStorage

Simple object storage implementation

Constructor Summary

Public Constructor
public

constructor(objects: Array)

Member Summary

Public Members
public get

Method Summary

Public Methods
public

add(object: *): ObjectStorage

public

find(thing: Function | Object, strict: Boolean): Object | null

Public Constructors

public constructor(objects: Array) source

Params:

NameTypeAttributeDescription
objects Array

Public Members

public get iterator: Array: * source

Return:

Array

Public Methods

public add(object: *): ObjectStorage source

Params:

NameTypeAttributeDescription
object *

Return:

ObjectStorage

public find(thing: Function | Object, strict: Boolean): Object | null source

Params:

NameTypeAttributeDescription
thing Function | Object
strict Boolean

Return:

Object | null