public class HbQueue extends Object
Modifier and Type | Field and Description |
---|---|
static int |
QUEUE_SIZE |
Constructor and Description |
---|
HbQueue() |
Modifier and Type | Method and Description |
---|---|
static void |
offer(SysTradeInfo info) |
static List<SysTradeInfo> |
poll() |
public static final int QUEUE_SIZE
public static void offer(SysTradeInfo info)
public static List<SysTradeInfo> poll()
Copyright © 2018. All rights reserved.