⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cubbyhole.java

📁 初级学习资料必读本
💻 JAVA
字号:
class CubbyHole {  private int contents;  private int available = 0;//  public synchronized native int get();   public native int get();  public synchronized native void put(int value);   static {   	try {	   System.loadLibrary("threadsync");	} catch (UnsatisfiedLinkError e) {	   System.err.println("Can't find library for thread sync");	   System.exit(-1);	}  }} 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -