LinkedList.RemoveLastElement (METH) ¶ METHOD RemoveLastElement : COLLECTION_ERROR Removes the last element of the list. InOut: Scope Name Type Return RemoveLastElement COLLECTION_ERROR
LinkedList.SafeElementIterator (METH) ¶ METHOD SafeElementIterator : COLLECTION_ERROR Returns an thread safe iterator over all elements. InOut: Scope Name Type Return SafeElementIterator COLLECTION_ERROR Input itfIterator ISafeLinkedListIterator
LinkedListFactory.Create (METH) ¶ METHOD FINAL Create : IDoubleLinkedList2 Creates a LinkedList InOut: Scope Name Type Return Create IDoubleLinkedList2 Output eError FBF.ERROR
HashTable.CountKeys (METH) ¶ METHOD CountKeys : UDINT Returns the number of entries of the map. InOut: Scope Name Type Return CountKeys UDINT
HashTable.ElementCompareTo (METH) ¶ METHOD ElementCompareTo : INT Compares this element with itfElement . Returns 0 if the elements are equal, < 0 if the element is less than itfElement, > 0 if the element is greater than itfElement. InOut: Scope Name Type Comment Return ElementCompareTo INT Input itfElement IElement The element to compare
HashTable.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL Returns true of this element and itfElement are equal. InOut: Scope Name Type Comment Return ElementEquals BOOL Input itfElement IElement The element to compare
HashTable.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT Returns the hashcode of this element. InOut: Scope Name Type Return ElementHashCode LINT
HashTable.GetElementByKey (METH) ¶ METHOD GetElementByKey : COLLECTION_ERROR Get the value itfValue of the key itfKey. InOut: Scope Name Type Comment Return GetElementByKey COLLECTION_ERROR Input itfKey IElement The key Output itfValue IElement The corresponding value of the key.
HashTable.Keys (METH) ¶ METHOD Keys : COLLECTION_ERROR Returns an iterator over all keys. InOut: Scope Name Type Return Keys COLLECTION_ERROR Input itfIterator IIterator
HashTable.LockWaitTime (PROP) ¶ PROPERTY LockWaitTime : SYSTIME Set and get the wait time. If a call is blocked, the call is repeated after LockWaitTime . Default: 300 µs