Skip to main content
Skip table of contents

LongHashtable (1)

LongHashtable Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.LongHashtable[[LongHashtable]]
  end

Members

Properties

Public properties
TypeNameMethods
longItemget, set
intSizeget

Methods

Public methods
ReturnsName
voidClear()
LongHashtableClone()
boolContains(long value)
boolContainsKey(long key)
LongHashtableIteratorGetEntryIterator()
long``[]GetKeys()
boolIsEmpty()
longRemove(long key)
long``[]ToOrderedKeys()
Protected methods
ReturnsName
voidRehash()

Details

Nested types

Classes
  • LongHashtableEntry
  • LongHashtableIterator

Constructors

LongHashtable [1/3]

Source code

public LongHashtable(int initialCapacity, float loadFactor)
Arguments
TypeNameDescription
intinitialCapacity
floatloadFactor
LongHashtable [2/3]

Source code

public LongHashtable(int initialCapacity)
Arguments
TypeNameDescription
intinitialCapacity
LongHashtable [3/3]

Source code

public LongHashtable()

Methods

IsEmpty

Source code

public virtual bool IsEmpty()
Contains

Source code

public virtual bool Contains(long value)
Arguments
TypeNameDescription
longvalue
ContainsKey

Source code

public virtual bool ContainsKey(long key)
Arguments
TypeNameDescription
longkey
Rehash

Source code

protected virtual void Rehash()
Remove

Source code

public virtual long Remove(long key)
Arguments
TypeNameDescription
longkey
Clear

Source code

public virtual void Clear()
Clone

Source code

public virtual LongHashtable Clone()
ToOrderedKeys

Source code

public virtual long ToOrderedKeys()
GetKeys

Source code

public virtual long GetKeys()
GetEntryIterator

Source code

public virtual LongHashtableIterator GetEntryIterator()

Properties

Size
public virtual int Size { get; }
Item
public long Item { get; set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.