Package com.opera.core.systems.util

Various miscellaneous utilities.

See:
          Description

Interface Summary
SocketListener Interface for use with SocketMonitor for being notified about read/write events.
 

Class Summary
CaseInsensitiveStringSet A set that stores strings and compares them case-insensitively.
ProfileUtils Class to manage browser profile.
SocketMonitor This will monitor any selectable channel, such as a SocketChannel or ServerSocketChannel and fire SocketListener.canWrite(java.nio.channels.SelectableChannel) or SocketListener.canRead(java.nio.channels.SelectableChannel) events when such events are detected by SocketMonitor.poll().
StackHashMap<K,V> A thread safe stack hash map for use in window manager The backing map is a LinkedHashMap that provides predictable iteration order.
VersionUtil A replacement for a subset of com.sun.xml.ws.util.VersionUtil.
 

Package com.opera.core.systems.util Description

Various miscellaneous utilities.



Copyright © 2012. All Rights Reserved.