Project

General

Profile

« Previous | Next » 

Revision 3bbe4d67

Added by Leszek Koltunski over 3 years ago

Put new things to the StackFrame.

View differences:

src/main/java/org/distorted/library/main/InternalStackFrameList.java
22 22
import org.distorted.library.message.EffectMessageSender;
23 23

  
24 24
import java.util.ArrayList;
25
import java.util.HashMap;
26
import java.util.Set;
25 27

  
26 28
///////////////////////////////////////////////////////////////////////////////////////////////////
27 29

  
......
250 252
    mCurrentFrame.removeKeyFromMap(key);
251 253
    }
252 254

  
255
///////////////////////////////////////////////////////////////////////////////////////////////////
256

  
257
  static Set<InternalMaster.Slave> getSet()
258
    {
259
    return mCurrentFrame.getSet();
260
    }
261

  
253 262
///////////////////////////////////////////////////////////////////////////////////////////////////
254 263
// PUBLIC API
255 264
///////////////////////////////////////////////////////////////////////////////////////////////////
......
279 288
    {
280 289
    return mCurrentFrame.setMax(index,max);
281 290
    }
291

  
292
///////////////////////////////////////////////////////////////////////////////////////////////////
293

  
294
  public static HashMap<ArrayList<Long>,Long> getMap()
295
    {
296
    return mCurrentFrame.getMap();
297
    }
298

  
299
///////////////////////////////////////////////////////////////////////////////////////////////////
300

  
301
  public static long getNextQueueID()
302
    {
303
    return mCurrentFrame.getNextQueueID();
304
    }
305

  
306
///////////////////////////////////////////////////////////////////////////////////////////////////
307

  
282 308
}

Also available in: Unified diff