Neokernel API

Pair Class

This class implements a tuple. Pairs are used to keep related objects together. They are essentially nodes of a b-tree. N-tuples can be implemented by an unbalanced b-tree.

For a list of all members of this type, see Pair Members .

System.Object
   Pair
      IntegerPair

public class Pair

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.util

Assembly: Neokernel (in Neokernel.exe)

See Also

Pair Members | com.neokernel.util Namespace