Package com.intel.langutil
This package provides language related Intel® extensions.
See: Description
-
Interface Summary Interface Description Enumerator This class provides basic interface for objects enumerator.Iterator<E> This class provides an interface for containers iteration. -
Class Summary Class Description ArrayUtils This class provides basic array utilities, such as: array copy, array compare, fill array, etc.LinkedList<E> This class provides an implementation of a generic singly linked list.List This class provides basic interface for an implementation of a list of objects.TypeConverter This class provides basic utilities for types conversion. -
Exception Summary Exception Description IntelRuntimeException Represents a general exception.NotSupportedException Represents a langutil exception thrown when a method or the provided parameters are not supported by an instance.
Package com.intel.langutil Description
This package provides language related Intel® extensions.
This package contains the following key classes and interfaces:
-
Enumerator
interface - provides basic enumeration interface. -
Iterator
interface - provides basic iteration interface. -
ArrayUtils
class - provides basic array utilities. -
LinkedList
class - provides implementation of a generic singly linked list. -
List
class - provides basic list of objects. -
TypeConverter
class - provides basic utilities for types conversion.