Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SNavigableMapSubMapMemory<V, W>

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

Private _fromKey

_fromKey: string | null

Private _includeFrom

_includeFrom: boolean

Private _includeTo

_includeTo: boolean

Private _reverse

_reverse: boolean

_target

Private _toKey

_toKey: string | null

_wrapper

_wrapper: W

Private _wrapperConstructor

_wrapperConstructor: WrapperConstructor<W>

Methods

ceilingEntry_

  • ceilingEntry_(key: string): SMapEntry<V> | null

Private ceilingEntry__

  • ceilingEntry__(key: string): SMapEntry<V> | null

ceilingKey_

  • ceilingKey_(key: string): string | null

Private ceilingKey__

  • ceilingKey__(key: string): string | null

Private checkKeyArgument_

  • checkKeyArgument_(key: string, include: boolean): void

Private checkKeyArguments_

clear_

  • clear_(): void

containsKey_

  • containsKey_(key: string): boolean

containsValue_

  • containsValue_(value: unknown, comparator: Comparator, thisArg: unknown): boolean

descendingMap_

each_

  • each_(iteratee: Iteratee<string, V | null, any>, thisArg: unknown, reverse: boolean): void

filter_

  • filter_(iteratee: Iteratee<string, V | null, any>, thisArg: unknown): void

Private findFromIndex_

  • findFromIndex_(): number

Private findToIndex_

  • findToIndex_(): number

find_

  • find_(predicate: Iteratee<string, V | null, any>, thisArg: unknown, reverse: boolean): unknown

firstEntry_

Private firstEntry__

firstKey_

  • firstKey_(): string

Private firstKey__

  • firstKey__(): string

floorEntry_

  • floorEntry_(key: string): SMapEntry<V> | null

Private floorEntry__

  • floorEntry__(key: string): SMapEntry<V> | null

floorKey_

  • floorKey_(key: string): string | null

Private floorKey__

  • floorKey__(key: string): string | null

fromJson_

  • fromJson_(json: unknown): this

getTarget_

getWrapper_

  • getWrapper_(): W

get_

  • get_(key: string): V | null

headMap_

higherEntry_

  • higherEntry_(key: string): SMapEntry<V> | null

Private higherEntry__

  • higherEntry__(key: string): SMapEntry<V> | null

higherKey_

  • higherKey_(key: string): string | null

Private higherKey__

  • higherKey__(key: string): string | null

Private inRange_

  • inRange_(key: string, include: boolean): boolean

isEmpty_

  • isEmpty_(): boolean

isInitialized_

  • isInitialized_(): boolean

isLocked_

  • isLocked_(): boolean

isNonNull_

  • isNonNull_(): boolean

isReadOnly_

  • isReadOnly_(): boolean

lastEntry_

Private lastEntry__

lastKey_

  • lastKey_(): string

Private lastKey__

  • lastKey__(): string

lock_

  • lock_(): void

lowerEntry_

  • lowerEntry_(key: string): SMapEntry<V> | null

Private lowerEntry__

  • lowerEntry__(key: string): SMapEntry<V> | null

lowerKey_

  • lowerKey_(key: string): string | null

Private lowerKey__

  • lowerKey__(key: string): string | null

putAll_

put_

  • put_(key: string, value: V | null): V | null

remove_

  • remove_(key: string): V | null

reput_

  • reput_(key: string): V | null

size_

  • size_(): number

subMap_

tailMap_

toJson_

Private toMapping_

toObject_

toString_

  • toString_(): string

Private tooHigh_

  • tooHigh_(key: string, include: boolean): boolean

Private tooLow_

  • tooLow_(key: string, include: boolean): boolean

unlock_

  • unlock_(): void

values_

  • values_(): Array<V | null>

Generated using TypeDoc