Apache Ignite C++
Public Types | List of all members
ignite::binary::CollectionType Struct Reference

Binary collection types. More...

#include <binary_consts.h>

Public Types

enum  Type {
  UNDEFINED = 0, ARRAY_LIST = 1, LINKED_LIST = 2, HASH_SET = 3,
  LINKED_HASH_SET = 4
}
 

Detailed Description

Binary collection types.

Member Enumeration Documentation

◆ Type

Enumerator
UNDEFINED 

Undefined.

Maps to ArrayList in Java.

ARRAY_LIST 

Array list.

Maps to ArrayList in Java.

LINKED_LIST 

Linked list.

Maps to LinkedList in Java.

HASH_SET 

Hash set.

Maps to HashSet in Java.

LINKED_HASH_SET 

Linked hash set.

Maps to LinkedHashSet in Java.


The documentation for this struct was generated from the following file: