Calitha GOLD Parser Engine Documentation

IntegerList.Synchronized Method 

Returns an IntegerList wrapper that is synchronized.

public static IntegerList Synchronized(
   IntegerList list
);

Parameters

list
The list to synchronize.

Return Value

An IntegerList wrapper that is synchronized (thread-safe).

See Also

IntegerList Class | com.calitha.commons Namespace