📄 gridletrequestsmap.java
字号:
/*
****************************************************************************************
* Copyright ? Giovanni Novelli
* All Rights Reserved.
****************************************************************************************
*
* Title: GAP Simulator
* Description: GAP (Grid Agents Platform) Toolkit for Modeling and Simulation
* of Mobile Agents on Grids
* License: GPL - http://www.gnu.org/copyleft/gpl.html
*
* GridletRequestsMap.java
*
* Created on 11 March 2007, 12.00 by Giovanni Novelli
*
****************************************************************************************
*
* $Revision$
* $Id$
* $HeadURL$
*
*****************************************************************************************
*/
package net.sf.gap.agents.gridlets;
import java.util.HashMap;
import net.sf.gap.messages.impl.GridletRequest;
/**
*
* @author Giovanni Novelli
*/
public class GridletRequestsMap extends HashMap<Integer, GridletRequest> {
/**
*
*/
private static final long serialVersionUID = -1087356759027154184L;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -